]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ARM: OMAP: Fix section mismatch warning in board-osk.c
authorDirk Behme <dirk.behme@googlemail.com>
Fri, 18 May 2007 07:13:52 +0000 (09:13 +0200)
committerTony Lindgren <tony@atomide.com>
Fri, 18 May 2007 15:46:37 +0000 (08:46 -0700)
Fix section mismatch reference to .init.data: from .data in 'osk_config'

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

index 969dec5422344752b73a869a555893b428697377..d8337085701c767cd310a588df03da3615c996b3 100644 (file)
@@ -237,7 +237,7 @@ static struct omap_lcd_config osk_lcd_config __initdata = {
 };
 #endif
 
-static struct omap_board_config_kernel osk_config[] = {
+static struct omap_board_config_kernel osk_config[] __initdata = {
        { OMAP_TAG_USB,           &osk_usb_config },
        { OMAP_TAG_UART,                &osk_uart_config },
 #ifdef CONFIG_OMAP_OSK_MISTRAL