From: Sascha Hauer Date: Wed, 2 Mar 2011 08:27:42 +0000 (+0100) Subject: ARM i.MX: introduce imx_otg_ulpi_create to create ULPI transceivers X-Git-Tag: v2.6.39-rc1~434^2~5^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48f6b0999673cce33e4a54d89c78460cc28e5156;p=pandora-kernel.git ARM i.MX: introduce imx_otg_ulpi_create to create ULPI transceivers 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 --- Reading git-diff-tree failed