summaryrefslogtreecommitdiff
path: root/drivers/usb/host
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@nvidia.com>2013-09-04 00:56:20 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 13:45:37 -0700
commitf4bf2c76e4fcc21054f9b0d1b567f818127ea5c5 (patch)
treefef15ce49d2d9016a99f9be3906f2dc5c9bf8555 /drivers/usb/host
parentb9ad0f258ab54ee3985c75d57bec7264a95d8d72 (diff)
ARM: tegra: Move platform detect from <mach/hardware.h> to <linux/tegra-soc.h>
Signed-off-by: Dan Willemsen <dwillemsen@nvidia.com> Change-Id: I13f3ff891510d2c868f609d507149b32183d34c5
Diffstat (limited to 'drivers/usb/host')
-rw-r--r--drivers/usb/host/ehci-tegra.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-tegra.c b/drivers/usb/host/ehci-tegra.c
index 3c02a0c7166e..b135885de681 100644
--- a/drivers/usb/host/ehci-tegra.c
+++ b/drivers/usb/host/ehci-tegra.c
@@ -26,10 +26,10 @@
#include <linux/delay.h>
#include <linux/of_gpio.h>
#include <linux/pm_runtime.h>
+#include <linux/tegra-soc.h>
#include <linux/usb/tegra_usb_phy.h>
-#include <mach/hardware.h>
#include <mach/pm_domains.h>
#include <linux/pm_qos.h>