Commit 8e45402f authored by Dirk Behme's avatar Dirk Behme Committed by Tony Lindgren

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

Fix section mismatch in OMAP1 board-generic.c
Signed-off-by: default avatarDirk Behme <dirk.behme@gmail.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent f4d33f16
...@@ -79,7 +79,7 @@ static struct omap_uart_config generic_uart_config __initdata = { ...@@ -79,7 +79,7 @@ static struct omap_uart_config generic_uart_config __initdata = {
.enabled_uarts = ((1 << 0) | (1 << 1) | (1 << 2)), .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_USB, NULL },
{ OMAP_TAG_MMC, &generic_mmc_config }, { OMAP_TAG_MMC, &generic_mmc_config },
{ OMAP_TAG_UART, &generic_uart_config }, { OMAP_TAG_UART, &generic_uart_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