Browse Source

usb: phy: tegra: Do not include asm/mach-types.h

It is no longer needed and keeping it will break 64-bit ARM builds.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Thierry Reding 11 years ago
parent
commit
e18366da2f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/usb/phy/phy-tegra-usb.c

+ 0 - 1
drivers/usb/phy/phy-tegra-usb.c

@@ -33,7 +33,6 @@
 #include <linux/usb/otg.h>
 #include <linux/usb/ulpi.h>
 #include <linux/usb/of.h>
-#include <asm/mach-types.h>
 #include <linux/usb/ehci_def.h>
 #include <linux/usb/tegra_usb_phy.h>
 #include <linux/regulator/consumer.h>