From: Vivek Mahajan Date: Thu, 21 May 2009 12:02:27 +0000 (+0530) Subject: mpc8xxx: USB: Relocates ehci-fsl.h to include/usb X-Git-Tag: v2009.08-rc1~153^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed90d2c87158e5114b6009fa95bb6417e4b27b3e;p=pandora-u-boot.git 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 Signed-off-by: Remy Bohmer --- diff --git a/drivers/usb/host/ehci-fsl.c b/drivers/usb/host/ehci-fsl.c index cff6024537b..39ef4354ec7 100644 --- a/drivers/usb/host/ehci-fsl.c +++ b/drivers/usb/host/ehci-fsl.c @@ -27,7 +27,7 @@ #include #include "ehci.h" -#include "ehci-fsl.h" +#include #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