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

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

index aa5b65708e7a8fa0ac889073da597860c690e75a..c4ca225e5b7494e607b1ff2a6e0e18e4c4e30fd2 100644 (file)
@@ -418,7 +418,7 @@ static struct omap_usb_config h4_usb_config __initdata = {
 #endif
 };
 
-static struct omap_board_config_kernel h4_config[] = {
+static struct omap_board_config_kernel h4_config[] __initdata = {
        { OMAP_TAG_UART,        &h4_uart_config },
        { OMAP_TAG_MMC,         &h4_mmc_config },
        { OMAP_TAG_LCD,         &h4_lcd_config },