summaryrefslogtreecommitdiff
path: root/drivers/usb
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@nvidia.com>2013-02-22 10:57:03 -0800
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 12:52:22 -0700
commit551a70bae7d3ca568dc65aefb29d8a3f0cee3429 (patch)
treebb68b02eed1822a152360c1c1a3ef79685844462 /drivers/usb
parentdeb4354e83e9ea6df0466bd2fd821647ff9bf870 (diff)
fixup tegra11x_usb_phy.c includes
Signed-off-by: Dan Willemsen <dwillemsen@nvidia.com>
Diffstat (limited to 'drivers/usb')
-rw-r--r--drivers/usb/phy/tegra11x_usb_phy.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/usb/phy/tegra11x_usb_phy.c b/drivers/usb/phy/tegra11x_usb_phy.c
index a0a7cf0996df..3363634189f3 100644
--- a/drivers/usb/phy/tegra11x_usb_phy.c
+++ b/drivers/usb/phy/tegra11x_usb_phy.c
@@ -35,10 +35,9 @@
#else
#include <mach/pinmux-t11.h>
#endif
-#include <asm/mach-types.h>
#include "tegra_usb_phy.h"
-#include "gpio-names.h"
-#include "fuse.h"
+#include "../../../arch/arm/mach-tegra/gpio-names.h"
+#include "../../../arch/arm/mach-tegra/fuse.h"
#define USB_USBCMD 0x130
#define USB_USBCMD_RS (1 << 0)