From f4d33f16f1558e61b2b79f8fa8c240e15ef2fac5 Mon Sep 17 00:00:00 2001 From: Dirk Behme Date: Sun, 20 May 2007 09:50:27 +0200 Subject: [PATCH] ARM: OMAP: Fix section mismatch in board-2430sdp.c Fix section mismatch in board-2430sdp.c Signed-off-by: Dirk Behme Signed-off-by: Tony Lindgren --- arch/arm/mach-omap2/board-2430sdp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-omap2/board-2430sdp.c b/arch/arm/mach-omap2/board-2430sdp.c index 7070b89d051..99195ec286c 100644 --- a/arch/arm/mach-omap2/board-2430sdp.c +++ b/arch/arm/mach-omap2/board-2430sdp.c @@ -276,7 +276,7 @@ static struct omap_uart_config sdp2430_uart_config __initdata = { .enabled_uarts = ((1 << 0) | (1 << 1) | (1 << 2)), }; -static struct omap_board_config_kernel sdp2430_config[] = { +static struct omap_board_config_kernel sdp2430_config[] __initdata = { {OMAP_TAG_UART, &sdp2430_uart_config}, }; -- 2.41.1