[U-Boot] [PATCH 2/6] mpc8xxx: USB: Relocates ehci-fsl.h to include/usb

Vivek Mahajan vivek.mahajan at freescale.com
Thu May 21 14:02:27 CEST 2009


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 at 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
-- 
1.5.6.5



More information about the U-Boot mailing list