From 41b667b834aaf550faabbf1d222a456cb4fc97ec Mon Sep 17 00:00:00 2001 From: Dan Murphy Date: Fri, 11 Oct 2013 12:28:14 -0500 Subject: [PATCH] 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 --- drivers/usb/host/xhci-omap.c | 2 +- .../include/asm/arch-omap5 => include/linux/usb}/xhci-omap.h | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {arch/arm/include/asm/arch-omap5 => include/linux/usb}/xhci-omap.h (100%) 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 #include #include -#include #include #include +#include #include "xhci.h" diff --git a/arch/arm/include/asm/arch-omap5/xhci-omap.h b/include/linux/usb/xhci-omap.h similarity index 100% rename from arch/arm/include/asm/arch-omap5/xhci-omap.h rename to include/linux/usb/xhci-omap.h -- 2.39.2