]> Pileus Git - ~andy/linux/commit
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)
commit13340b2a1ef64891572c10927e5626e2b6a81b64
tree7e8059642f191ab958d029c02a8331046a93889d
parent48cb1258e8b0f8c81cfb699b42326c5b2147b3f8
omap2+: fix build regression

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>
arch/arm/mach-omap2/board-generic.c