Commit f8f23ff9 authored by Dirk Behme's avatar Dirk Behme Committed by Tony Lindgren

ARM: OMAP: Fix section mismatch in board-n800.c

Fix section mismatch in board-n800.c
Signed-off-by: default avatarDirk Behme <dirk.behme@gmail.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent cae3351d
......@@ -285,7 +285,7 @@ static inline void n800_cam_init(void) {}
#endif
static struct omap_board_config_kernel n800_config[] = {
static struct omap_board_config_kernel n800_config[] __initdata = {
{ OMAP_TAG_UART, &n800_uart_config },
#ifdef SUPPORT_SENSOR
{ OMAP_TAG_CAMERA_SENSOR, &n800_sensor_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