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

No differences found