ARM: imx: fix usb related build failure for mach-vpr200
commit32a90b6e65792260d6212ac52e8f5be140b6f5be
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Fri, 8 Apr 2011 10:01:51 +0000 (8 12:01 +0200)
committerSascha Hauer <s.hauer@pengutronix.de>
Tue, 12 Apr 2011 07:47:55 +0000 (12 09:47 +0200)
tree043ba7238b9306ce530d71a1aa77173ef6ffe5ba
parent6221f222c0ebf1acdf7abcf927178f40e1a65e2a
ARM: imx: fix usb related build failure for mach-vpr200

This was broken by

4bd597b (ARM i.MX ehci: do ehci init in board specific functions)

and fixes:

  CC      arch/arm/mach-mx3/mach-vpr200.o
arch/arm/mach-mx3/mach-vpr200.c:263: error: unknown field 'flags' specified in initializer
arch/arm/mach-mx3/mach-vpr200.c:264: warning: initialization makes pointer from integer without a cast

by just applying the change to mach-vpr200.c that the other machine files
got by 4bd597b.

LAKML-Reference: 1302257029-17397-1-git-send-email-u.kleine-koenig@pengutronix.de
Acked-by: Marc Reilly <marc@cpdesign.com.au>
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-vpr200.c