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

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

index 5ff9037f98a9cd3131730af05d318e753387f8f4..df77cf52d2638cf3238a6158c6f807452d355f53 100644 (file)
@@ -533,7 +533,7 @@ static struct omap_lcd_config h3_lcd_config __initdata = {
        .ctrl_name      = "internal",
 };
 
-static struct omap_board_config_kernel h3_config[] = {
+static struct omap_board_config_kernel h3_config[] __initdata = {
        { OMAP_TAG_USB,         &h3_usb_config },
        { OMAP_TAG_MMC,         &h3_mmc_config },
        { OMAP_TAG_UART,        &h3_uart_config },