ARM i.MX: introduce imx_otg_ulpi_create to create ULPI transceivers
authorSascha Hauer <s.hauer@pengutronix.de>
Wed, 2 Mar 2011 08:27:42 +0000 (09:27 +0100)
committerSascha Hauer <s.hauer@pengutronix.de>
Mon, 7 Mar 2011 18:29:41 +0000 (19:29 +0100)
The boards are currently using otg_ulpi_create and mxc_ulpi_access_ops,
both are only present if CONFIG_USB_ULPI is set. To remove the need of
ifdefs in the board code introduce a imx_otg_ulpi_create functions
which expands to a static inline function if compiled without ulpi.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>

No differences found