diff options
author | Dan Murphy <dmurphy@ti.com> | 2013-10-11 12:28:14 -0500 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2013-10-20 23:42:41 +0200 |
commit | 41b667b834aaf550faabbf1d222a456cb4fc97ec (patch) | |
tree | 5dcb16f69b4387f29d71279ed5386355809bee50 | |
parent | e96751dad36ea220d2e7771435593b9301bdfa05 (diff) |
usb: omap: Move the xhci-omap header file to common location
Moving the xhci-omap header to a more global location so that
other code can reference this code.
Signed-off-by: Dan Murphy <dmurphy@ti.com>
-rw-r--r-- | drivers/usb/host/xhci-omap.c | 2 | ||||
-rw-r--r-- | include/linux/usb/xhci-omap.h (renamed from arch/arm/include/asm/arch-omap5/xhci-omap.h) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/xhci-omap.c b/drivers/usb/host/xhci-omap.c index f4e41fdebfb..a8702dadf7d 100644 --- a/drivers/usb/host/xhci-omap.c +++ b/drivers/usb/host/xhci-omap.c @@ -15,10 +15,10 @@ #include <asm/omap_common.h> #include <asm/arch/cpu.h> #include <asm/arch/sys_proto.h> -#include <asm/arch/xhci-omap.h> #include <linux/compat.h> #include <linux/usb/dwc3.h> +#include <linux/usb/xhci-omap.h> #include "xhci.h" diff --git a/arch/arm/include/asm/arch-omap5/xhci-omap.h b/include/linux/usb/xhci-omap.h index b557a434d2e..b557a434d2e 100644 --- a/arch/arm/include/asm/arch-omap5/xhci-omap.h +++ b/include/linux/usb/xhci-omap.h |