
The following patch moves 8xxx-specifc USB #defines from drivers/usb/host/ehci-fsl.h to include/usb.
Signed-off-by: Vivek Mahajan vivek.mahajan@freescale.com --- drivers/usb/host/ehci-fsl.c | 2 +- {drivers/usb/host => include/usb}/ehci-fsl.h | 0 2 files changed, 1 insertions(+), 1 deletions(-) rename {drivers/usb/host => include/usb}/ehci-fsl.h (100%)
diff --git a/drivers/usb/host/ehci-fsl.c b/drivers/usb/host/ehci-fsl.c index cff6024..9d7d4fc 100644 --- a/drivers/usb/host/ehci-fsl.c +++ b/drivers/usb/host/ehci-fsl.c @@ -27,7 +27,7 @@ #include <asm/bitops.h>
#include "ehci.h" -#include "ehci-fsl.h" +#include <usb/ehci-fsl.h> #include "ehci-core.h"
/* diff --git a/drivers/usb/host/ehci-fsl.h b/include/usb/ehci-fsl.h similarity index 100% rename from drivers/usb/host/ehci-fsl.h rename to include/usb/ehci-fsl.h