From b78eeb37164092083e6d5be173b514334777e5ba Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Sat, 13 Sep 2008 22:19:57 -0700 Subject: [PATCH] ARM:OMAP2: follow new twl4030 RTC init convention in Overo board file Overo was omitted from the changes in 74fcfe9c589f1060b5e5a791e9c0c54212d7c1b8 This patch brings Overo RTC setup into line with the other omap boards Signed-off-by: Steve Sakoman Signed-off-by: Tony Lindgren --- arch/arm/mach-omap2/board-overo.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/arch/arm/mach-omap2/board-overo.c b/arch/arm/mach-omap2/board-overo.c index ccd3f2d4924..a41e6faace6 100644 --- a/arch/arm/mach-omap2/board-overo.c +++ b/arch/arm/mach-omap2/board-overo.c @@ -176,11 +176,6 @@ static void __init overo_init_irq(void) omap_gpio_init(); } -static struct platform_device overo_twl4030rtc_device = { - .name = "twl4030_rtc", - .id = -1, -}; - static struct platform_device overo_lcd_device = { .name = "overo_lcd", .id = -1, @@ -197,9 +192,6 @@ static struct omap_board_config_kernel overo_config[] __initdata = { static struct platform_device *overo_devices[] __initdata = { &overo_lcd_device, -#ifdef CONFIG_RTC_DRV_TWL4030 - &overo_twl4030rtc_device, -#endif }; static void __init overo_init(void) -- 2.41.1