omap2+: fix build regression
authorArnd Bergmann <arnd@arndb.de>
Thu, 30 Jun 2011 12:58:01 +0000 (12:58 +0000)
committerArnd Bergmann <arnd@arndb.de>
Thu, 30 Jun 2011 12:58:01 +0000 (12:58 +0000)
board-generic.c now contains a reference to omap3_timer, but depends
only on ARCH_OMAP2, not on ARCH_OMAP3, which controls that symbol.
omap2_timer seems to be more appropriate anyway, so use that instead.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Tony Lindgren <tony@atomide.com>

No differences found