ARM: imx: move EHCI platform defines out of platform_data header
authorShawn Guo <shawn.guo@freescale.com>
Mon, 19 May 2014 12:41:52 +0000 (20:41 +0800)
committerShawn Guo <shawn.guo@freescale.com>
Fri, 18 Jul 2014 08:10:04 +0000 (16:10 +0800)
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>

No differences found