From: Dan Murphy Date: Fri, 11 Oct 2013 17:28:14 +0000 (-0500) Subject: usb: omap: Move the xhci-omap header file to common location X-Git-Tag: v2014.01-rc1~207^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=41b667b834aaf550faabbf1d222a456cb4fc97ec;p=kernel%2Fu-boot.git 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 --- 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 #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