mach-cpuimx27: fix USB_ULPI build warnings
authorEric Bénard <eric@eukrea.com>
Fri, 18 Jun 2010 14:19:55 +0000 (16:19 +0200)
committerSascha Hauer <s.hauer@pengutronix.de>
Mon, 26 Jul 2010 12:18:02 +0000 (14:18 +0200)
commitcbb052c905367e20c11f3b107cfe07e36dd6c8cd
treefffffd077ade0bffac170e376ce8bd07fb2867c7
parent68ef866170dc92fb29e96e85fb6f438839500681
mach-cpuimx27: fix USB_ULPI build warnings

when CONFIG_USB_ULPI is not defined we actually get :
warning: 'otg_pdata' defined but not used
warning: 'usbh2_pdata' defined but not used

Signed-off-by: Eric Bénard <eric@eukrea.com>
Cc: linux-arm-kernel@lists.infradead.org
Cc: s.hauer@pengutronix.de
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/mach-mx2/mach-cpuimx27.c