ARM: mx3/cpuimx35: mark otg_pdata and usbh1_pdata as maybe unused
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Wed, 6 Oct 2010 10:00:19 +0000 (12:00 +0200)
committerSascha Hauer <s.hauer@pengutronix.de>
Mon, 11 Oct 2010 13:31:38 +0000 (15:31 +0200)
commit55fd2ef6d9e9f40f30d891e01f2f565552e688fa
tree670870d08e4824abe6f8ca2e19622e8bb8a617c4
parent6bd96f3c332d422c0dda302f1b32c8e21dd75ee3
ARM: mx3/cpuimx35: mark otg_pdata and usbh1_pdata as maybe unused

This fixes

arch/arm/mach-mx3/mach-cpuimx35.c:143: warning: 'otg_pdata' defined but not used
arch/arm/mach-mx3/mach-cpuimx35.c:148: warning: 'usbh1_pdata' defined but not used

when USB_ULPI is not selected.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/mach-mx3/mach-cpuimx35.c