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>
This commit is contained in:
Shawn Guo
2014-05-19 20:41:52 +08:00
부모 e1b243772d
커밋 641dfe8b73
27개의 변경된 파일75개의 추가작업 그리고 46개의 파일을 삭제

파일 보기

@@ -34,6 +34,7 @@
#include "common.h"
#include "devices-imx35.h"
#include "ehci.h"
#include "hardware.h"
#include "iomux-mx35.h"