summaryrefslogtreecommitdiffstats
path: root/drivers/usb
diff options
context:
space:
mode:
authorStephen Warren2012-08-27 23:50:17 +0200
committerStephen Warren2012-09-14 19:35:36 +0200
commit7ff95aeb017b2cee511c10cf6a50e312ab3b1720 (patch)
tree155127607d4144315cc6597301b0bb49a0fcab48 /drivers/usb
parentARM: tegra: remove dead code (diff)
downloadkernel-qcow2-linux-7ff95aeb017b2cee511c10cf6a50e312ab3b1720.tar.gz
kernel-qcow2-linux-7ff95aeb017b2cee511c10cf6a50e312ab3b1720.tar.xz
kernel-qcow2-linux-7ff95aeb017b2cee511c10cf6a50e312ab3b1720.zip
ARM: tegra: remove useless includes of <mach/*.h>
Nothing from these files is needed, so remove the includes. This helps single zImage work by reducing use of the mach-tegra/include/mach/ directory. Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'drivers/usb')
-rw-r--r--drivers/usb/phy/tegra_usb_phy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/phy/tegra_usb_phy.c b/drivers/usb/phy/tegra_usb_phy.c
index 4739903245e8..987116f9efcd 100644
--- a/drivers/usb/phy/tegra_usb_phy.c
+++ b/drivers/usb/phy/tegra_usb_phy.c
@@ -28,7 +28,6 @@
#include <linux/usb/otg.h>
#include <linux/usb/ulpi.h>
#include <asm/mach-types.h>
-#include <mach/gpio-tegra.h>
#include <linux/usb/tegra_usb_phy.h>
#include <mach/iomap.h>