Просмотр исходного кода

ARM: OMAP: Fix section mismatch warning

Fix section mismatch warning

Signed-off-by: Tony Lindgren <tony@atomide.com>
Tony Lindgren 18 лет назад
Родитель
Сommit
e3318fb400
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      arch/arm/mach-omap1/board-h2.c

+ 1 - 1
arch/arm/mach-omap1/board-h2.c

@@ -326,7 +326,7 @@ static struct omap_lcd_config h2_lcd_config __initdata = {
 	.ctrl_name	= "internal",
 	.ctrl_name	= "internal",
 };
 };
 
 
-static struct omap_board_config_kernel h2_config[] = {
+static struct omap_board_config_kernel h2_config[] __initdata = {
 	{ OMAP_TAG_USB,           &h2_usb_config },
 	{ OMAP_TAG_USB,           &h2_usb_config },
 	{ OMAP_TAG_MMC,           &h2_mmc_config },
 	{ OMAP_TAG_MMC,           &h2_mmc_config },
 	{ OMAP_TAG_UART,	&h2_uart_config },
 	{ OMAP_TAG_UART,	&h2_uart_config },