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 <steve@xxxxxxxxxxx> --- arch/arm/mach-omap2/board-overo.c | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/arch/arm/mach-omap2/board-overo.c b/arch/arm/mach-omap2/board-overo.c index 5c23b4d..85ef43f 100644 --- a/arch/arm/mach-omap2/board-overo.c +++ b/arch/arm/mach-omap2/board-overo.c @@ -158,11 +158,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, @@ -179,9 +174,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) -- 1.5.4.5 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html