ARM: mx3: mx31lilly: fix build error for !CONFIG_USB_ULPI
authorDaniel Mack <daniel@caiaq.de>
Tue, 25 May 2010 14:46:55 +0000 (16:46 +0200)
committerSascha Hauer <s.hauer@pengutronix.de>
Thu, 1 Jul 2010 07:52:39 +0000 (09:52 +0200)
commit4d5d85906ad109987504033fa04991f1b0a2e552
tree10fe346842c54264637022f849208263d369db31
parent980019d74e4b2428362b36a0506519d6d9460800
ARM: mx3: mx31lilly: fix build error for !CONFIG_USB_ULPI

arch/arm/mach-mx3/built-in.o: In function `mx31lilly_board_init':
mach-kzm_arm11_01.c:(.init.text+0x674): undefined reference to `otg_ulpi_create'
mach-kzm_arm11_01.c:(.init.text+0x68c): undefined reference to `otg_ulpi_create'
mach-kzm_arm11_01.c:(.init.text+0x744): undefined reference to `mxc_ulpi_access_ops'
make: *** [.tmp_vmlinux1] Error 1

Signed-off-by: Daniel Mack <daniel@caiaq.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/mach-mx3/mach-mx31lilly.c