Commit 587251e9 authored by Felipe Balbi's avatar Felipe Balbi Committed by Tony Lindgren

ARCH: OMAP: Section mismatch fix on board-3430sdp.c

Can't call non-init data from init funtions. Change sdp3430_config
to __initdata.
Signed-off-by: default avatarFelipe Balbi <felipe.lima@indt.org.br>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent aab3af86
......@@ -307,7 +307,7 @@ static struct omap_lcd_config sdp3430_lcd_config __initdata = {
.ctrl_name = "internal",
};
static struct omap_board_config_kernel sdp3430_config[] = {
static struct omap_board_config_kernel sdp3430_config[] __initdata = {
{ OMAP_TAG_UART, &sdp3430_uart_config },
{OMAP_TAG_LCD, &sdp3430_lcd_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