]> pilppa.com Git - linux-2.6-omap-h63xx.git/commitdiff
ARM: OMAP: Fix section mismatch in OMAP1 board-generic.c
authorDirk Behme <dirk.behme@googlemail.com>
Sun, 20 May 2007 07:50:49 +0000 (09:50 +0200)
committerTony Lindgren <tony@atomide.com>
Fri, 25 May 2007 00:29:51 +0000 (17:29 -0700)
Fix section mismatch in OMAP1 board-generic.c

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

index 33d01adab1ed6338c1608d33de4733304084aae7..228fd00c11e68eca72af4309d6dd76b7c7db1d48 100644 (file)
@@ -79,7 +79,7 @@ static struct omap_uart_config generic_uart_config __initdata = {
        .enabled_uarts = ((1 << 0) | (1 << 1) | (1 << 2)),
 };
 
-static struct omap_board_config_kernel generic_config[] = {
+static struct omap_board_config_kernel generic_config[] __initdata = {
        { OMAP_TAG_USB,           NULL },
        { OMAP_TAG_MMC,           &generic_mmc_config },
        { OMAP_TAG_UART,        &generic_uart_config },