From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Subject: [PATCH] ARM: OMAP: Fix section mismatch warning in board-osk.c Date: Fri, 18 May 2007 09:13:52 +0200 Message-ID: <464D5230.6020603@googlemail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------080403000405070107010108" Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-omap-open-source-bounces@linux.omap.com Errors-To: linux-omap-open-source-bounces@linux.omap.com To: linux-omap-open-source@linux.omap.com List-Id: linux-omap@vger.kernel.org This is a multi-part message in MIME format. --------------080403000405070107010108 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Fix section mismatch reference to .init.data: from .data in 'osk_config' Signed-off-by: Dirk Behme --------------080403000405070107010108 Content-Type: text/plain; name="fix_section_mismatch_board_osk.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="fix_section_mismatch_board_osk.txt" Index: linux-osk/arch/arm/mach-omap1/board-osk.c =================================================================== --- linux-osk.orig/arch/arm/mach-omap1/board-osk.c +++ linux-osk/arch/arm/mach-omap1/board-osk.c @@ -237,7 +237,7 @@ static struct omap_lcd_config osk_lcd_co }; #endif -static struct omap_board_config_kernel osk_config[] = { +static struct omap_board_config_kernel osk_config[] __initdata = { { OMAP_TAG_USB, &osk_usb_config }, { OMAP_TAG_UART, &osk_uart_config }, #ifdef CONFIG_OMAP_OSK_MISTRAL --------------080403000405070107010108 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline --------------080403000405070107010108--