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 /drivers | |
parent | e96751dad36ea220d2e7771435593b9301bdfa05 (diff) | |
download | u-boot-41b667b834aaf550faabbf1d222a456cb4fc97ec.zip u-boot-41b667b834aaf550faabbf1d222a456cb4fc97ec.tar.gz u-boot-41b667b834aaf550faabbf1d222a456cb4fc97ec.tar.bz2 |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/usb/host/xhci-omap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/xhci-omap.c b/drivers/usb/host/xhci-omap.c index f4e41fd..a8702da 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" |