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