summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivek Mahajan <vivek.mahajan@freescale.com>2009-05-21 17:32:27 +0530
committerWolfgang Denk <wd@denx.de>2009-06-12 20:47:17 +0200
commited90d2c87158e5114b6009fa95bb6417e4b27b3e (patch)
tree7a2bba57609a18221d0d0dece8cb900e0312e17e
parentcfd39cdf9422d3d25e9b3c058865f4c1f66f34da (diff)
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>
-rw-r--r--drivers/usb/host/ehci-fsl.c2
-rw-r--r--include/usb/ehci-fsl.h (renamed from drivers/usb/host/ehci-fsl.h)0
2 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-fsl.c b/drivers/usb/host/ehci-fsl.c
index cff602453..39ef4354e 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
index c429af125..c429af125 100644
--- a/drivers/usb/host/ehci-fsl.h
+++ b/include/usb/ehci-fsl.h