usb: gadget: fsl_mxc_udc: replace MX35_IO_ADDRESS to ioremap
authorPeter Chen <peter.chen@freescale.com>
Thu, 17 Jan 2013 10:03:16 +0000 (18:03 +0800)
committerFelipe Balbi <balbi@ti.com>
Fri, 18 Jan 2013 12:08:21 +0000 (14:08 +0200)
As mach/hardware.h is deleted, we can't visit platform code at driver.
It has no phy driver to combine with this controller, so it has to use
ioremap to map phy address as a workaround.

Signed-off-by: Peter Chen <peter.chen@freescale.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>

No differences found