]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ARM: OMAP: Fix section mismatch in board-palmtt.c
authorDirk Behme <dirk.behme@googlemail.com>
Sat, 19 May 2007 15:17:03 +0000 (17:17 +0200)
committerTony Lindgren <tony@atomide.com>
Fri, 25 May 2007 00:29:39 +0000 (17:29 -0700)
Fix section mismatch in board-palmtt.c

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

index e47010fec27548920c95f397b35699642a2edcb8..dd69e01533d8a5d30595b3cc83b62a39cec978e3 100644 (file)
@@ -313,7 +313,7 @@ static struct omap_uart_config palmtt_uart_config __initdata = {
        .enabled_uarts = (1 << 0) | (1 << 1) | (0 << 2),
 };
 
-static struct omap_board_config_kernel palmtt_config[] = {
+static struct omap_board_config_kernel palmtt_config[] __initdata = {
        { OMAP_TAG_USB,         &palmtt_usb_config      },
        { OMAP_TAG_LCD,         &palmtt_lcd_config      },
        { OMAP_TAG_UART,        &palmtt_uart_config     },