summaryrefslogtreecommitdiffstats
path: root/drivers/usb
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2013-10-11 12:28:14 -0500
committerMarek Vasut <marex@denx.de>2013-10-20 23:42:41 +0200
commit41b667b834aaf550faabbf1d222a456cb4fc97ec (patch)
tree5dcb16f69b4387f29d71279ed5386355809bee50 /drivers/usb
parente96751dad36ea220d2e7771435593b9301bdfa05 (diff)
downloadtalos-obmc-uboot-41b667b834aaf550faabbf1d222a456cb4fc97ec.tar.gz
talos-obmc-uboot-41b667b834aaf550faabbf1d222a456cb4fc97ec.zip
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/usb')
-rw-r--r--drivers/usb/host/xhci-omap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/xhci-omap.c b/drivers/usb/host/xhci-omap.c
index f4e41fdebf..a8702dadf7 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"
OpenPOWER on IntegriCloud