omap: Overo: remove duplicate call to overo_ads7846_init()
authorDaniel Mack <zonque@gmail.com>
Mon, 4 Jul 2011 11:08:11 +0000 (04:08 -0700)
committerTony Lindgren <tony@atomide.com>
Mon, 4 Jul 2011 11:11:08 +0000 (04:11 -0700)
commite47c3c0c105a87837019535b3d9502ec40b4db43
tree682a9d1342118cbc6ac0e8078a6dfa008a49417e
parent5e4698fc4406b8603913a2eff44b7c44c5924ea4
omap: Overo: remove duplicate call to overo_ads7846_init()

overo_ads7846_init() is already called from overo_spi_init(), and
calling it twice is not only unnecessary but causes a warning as
"reg-fixed-voltage.1" is already added to the device tree.

Signed-off-by: Daniel Mack <zonque@gmail.com>
Tested-by: Kevin Hilman <khilman@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-overo.c