diff options
author | Daniel Mack <zonque@gmail.com> | 2011-07-04 07:08:11 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2011-07-04 07:11:08 -0400 |
commit | e47c3c0c105a87837019535b3d9502ec40b4db43 (patch) | |
tree | 682a9d1342118cbc6ac0e8078a6dfa008a49417e /arch | |
parent | 5e4698fc4406b8603913a2eff44b7c44c5924ea4 (diff) |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-omap2/board-overo.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-overo.c b/arch/arm/mach-omap2/board-overo.c index 1bf2f39b9d0..9883313bc07 100644 --- a/arch/arm/mach-omap2/board-overo.c +++ b/arch/arm/mach-omap2/board-overo.c | |||
@@ -568,7 +568,6 @@ static void __init overo_init(void) | |||
568 | usb_musb_init(NULL); | 568 | usb_musb_init(NULL); |
569 | usbhs_init(&usbhs_bdata); | 569 | usbhs_init(&usbhs_bdata); |
570 | overo_spi_init(); | 570 | overo_spi_init(); |
571 | overo_ads7846_init(); | ||
572 | overo_init_smsc911x(); | 571 | overo_init_smsc911x(); |
573 | overo_display_init(); | 572 | overo_display_init(); |
574 | overo_init_led(); | 573 | overo_init_led(); |