]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ARM: OMAP: Fix section mismatch in board-2430sdp.c
authorDirk Behme <dirk.behme@googlemail.com>
Sun, 20 May 2007 07:50:27 +0000 (09:50 +0200)
committerTony Lindgren <tony@atomide.com>
Fri, 25 May 2007 00:29:46 +0000 (17:29 -0700)
Fix section mismatch in board-2430sdp.c

Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-2430sdp.c

index 7070b89d051e7565108a9f257b81e6868d0f9043..99195ec286cda6041326f85f8558e6701ef7e57f 100644 (file)
@@ -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},
 };