From: Dirk Behme Date: Sun, 20 May 2007 07:50:27 +0000 (+0200) Subject: ARM: OMAP: Fix section mismatch in board-2430sdp.c X-Git-Tag: v2.6.22-omap1~122 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=f4d33f16f1558e61b2b79f8fa8c240e15ef2fac5;p=linux-2.6-omap-h63xx.git 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 --- 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}, };