summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-tegra.c
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@nvidia.com>2013-09-03 21:43:24 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 13:45:36 -0700
commit2268683075e741190919217a72fcf13eb174dc57 (patch)
tree39b67231d4cd7ff046c2d8883fbeb1dca7fec8d2 /drivers/usb/host/xhci-tegra.c
parentf2958225a6495f772696a44d8ec3b10ef6dc0153 (diff)
ARM: tegra: Use <linux/clk/tegra.h> instead of <mach/clk.h>
So that the upstream common clk infrastructure can live side by side. Signed-off-by: Dan Willemsen <dwillemsen@nvidia.com> Change-Id: I0fe0ef8cd207d27b707821eed838c75b8ec04025
Diffstat (limited to 'drivers/usb/host/xhci-tegra.c')
-rw-r--r--drivers/usb/host/xhci-tegra.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/xhci-tegra.c b/drivers/usb/host/xhci-tegra.c
index d852b8b7779d..1df744ec2d76 100644
--- a/drivers/usb/host/xhci-tegra.c
+++ b/drivers/usb/host/xhci-tegra.c
@@ -33,9 +33,9 @@
#include <linux/kthread.h>
#include <linux/gpio.h>
#include <linux/usb/otg.h>
+#include <linux/clk/tegra.h>
#include <mach/powergate.h>
-#include <mach/clk.h>
#include <mach/tegra_usb_pad_ctrl.h>
#include <mach/tegra_usb_pmc.h>
#include <mach/pm_domains.h>