From: Dirk Behme Date: Sat, 19 May 2007 15:10:07 +0000 (+0200) Subject: ARM: OMAP: Fix section mismatch in board-h3.c X-Git-Tag: v2.6.22-omap1~131 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=c67a9398149339c48057b95942ebcd321486e4c4;p=linux-2.6-omap-h63xx.git ARM: OMAP: Fix section mismatch in board-h3.c Fix section mismatch in board-h3.c Signed-off-by: Dirk Behme Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/mach-omap1/board-h3.c b/arch/arm/mach-omap1/board-h3.c index 5ff9037f98a..df77cf52d26 100644 --- a/arch/arm/mach-omap1/board-h3.c +++ b/arch/arm/mach-omap1/board-h3.c @@ -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 },