]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
usb: omap: Move the xhci-omap header file to common location
authorDan Murphy <dmurphy@ti.com>
Fri, 11 Oct 2013 17:28:14 +0000 (12:28 -0500)
committerMarek Vasut <marex@denx.de>
Sun, 20 Oct 2013 21:42:41 +0000 (23:42 +0200)
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>
drivers/usb/host/xhci-omap.c
include/linux/usb/xhci-omap.h [moved from arch/arm/include/asm/arch-omap5/xhci-omap.h with 100% similarity]

index f4e41fdebfb7724c31f769cd771552ebf1de20f7..a8702dadf7de6c7c521a275145eda5a48afd44ab 100644 (file)
 #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"