aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/mx31moboard-devboard.c
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@freescale.com>2014-05-19 20:41:52 +0800
committerShawn Guo <shawn.guo@freescale.com>2014-07-18 16:10:04 +0800
commit641dfe8b73e81aa38cbbeab72a480462a4987963 (patch)
treeb2b77c182ad5e9d086148eec35e17f121ec2a98f /arch/arm/mach-imx/mx31moboard-devboard.c
parentARM: i.MX: Remove registration helper for i.MX1 USB UDC (diff)
downloadlinux-dev-641dfe8b73e81aa38cbbeab72a480462a4987963.tar.xz
linux-dev-641dfe8b73e81aa38cbbeab72a480462a4987963.zip
ARM: imx: move EHCI platform defines out of platform_data header
The platform_data header usb-ehci-mxc.h has a lot of stuff used by only IMX platform code. They shouldn't be really in this header but a IMX platform local header. Create ehci.h and move these stuff into it. Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/mach-imx/mx31moboard-devboard.c')
-rw-r--r--arch/arm/mach-imx/mx31moboard-devboard.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/mx31moboard-devboard.c b/arch/arm/mach-imx/mx31moboard-devboard.c
index 52d5b1574721..1e4ea1640a2a 100644
--- a/arch/arm/mach-imx/mx31moboard-devboard.c
+++ b/arch/arm/mach-imx/mx31moboard-devboard.c
@@ -24,6 +24,7 @@
#include "common.h"
#include "devices-imx31.h"
+#include "ehci.h"
#include "hardware.h"
#include "iomux-mx3.h"
#include "ulpi.h"