diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-08-27 14:50:17 -0700 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2012-09-14 11:35:36 -0600 |
commit | 7ff95aeb017b2cee511c10cf6a50e312ab3b1720 (patch) | |
tree | 155127607d4144315cc6597301b0bb49a0fcab48 /drivers/usb/phy | |
parent | bab53ce38e8735519aa3cfdcc5bfa438c0891086 (diff) |
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/phy')
-rw-r--r-- | drivers/usb/phy/tegra_usb_phy.c | 1 |
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> |