Commit 2a3099d6 authored by Dirk Behme's avatar Dirk Behme Committed by Tony Lindgren

ARM: OMAP: Fix section mismatch in OMAP2 board-generic.c

Fix section mismatch in OMAP2 board-generic.c
Signed-off-by: default avatarDirk Behme <dirk.behme@gmail.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 8e45402f
...@@ -51,7 +51,7 @@ static struct omap_mmc_config generic_mmc_config __initdata = { ...@@ -51,7 +51,7 @@ static struct omap_mmc_config generic_mmc_config __initdata = {
}, },
}; };
static struct omap_board_config_kernel generic_config[] = { static struct omap_board_config_kernel generic_config[] __initdata = {
{ OMAP_TAG_UART, &generic_uart_config }, { OMAP_TAG_UART, &generic_uart_config },
{ OMAP_TAG_MMC, &generic_mmc_config }, { OMAP_TAG_MMC, &generic_mmc_config },
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment