mpc8xxx: USB: Relocates ehci-fsl.h to include/usb
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>
Signed-off-by: Remy Bohmer <linux@bohmer.net>
diff --git a/drivers/usb/host/ehci-fsl.c b/drivers/usb/host/ehci-fsl.c
index cff6024..39ef435 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