From: Dirk Behme Date: Sat, 19 May 2007 15:17:03 +0000 (+0200) Subject: ARM: OMAP: Fix section mismatch in board-palmtt.c X-Git-Tag: v2.6.22-omap1~124 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=46c7de51a2acb62df6626b957d8ac602d80430ad;p=linux-2.6-omap-h63xx.git ARM: OMAP: Fix section mismatch in board-palmtt.c Fix section mismatch in board-palmtt.c Signed-off-by: Dirk Behme Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/mach-omap1/board-palmtt.c b/arch/arm/mach-omap1/board-palmtt.c index e47010fec27..dd69e01533d 100644 --- a/arch/arm/mach-omap1/board-palmtt.c +++ b/arch/arm/mach-omap1/board-palmtt.c @@ -313,7 +313,7 @@ static struct omap_uart_config palmtt_uart_config __initdata = { .enabled_uarts = (1 << 0) | (1 << 1) | (0 << 2), }; -static struct omap_board_config_kernel palmtt_config[] = { +static struct omap_board_config_kernel palmtt_config[] __initdata = { { OMAP_TAG_USB, &palmtt_usb_config }, { OMAP_TAG_LCD, &palmtt_lcd_config }, { OMAP_TAG_UART, &palmtt_uart_config },