From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751138AbXAFCcn (ORCPT ); Fri, 5 Jan 2007 21:32:43 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751133AbXAFCcl (ORCPT ); Fri, 5 Jan 2007 21:32:41 -0500 Received: from 216-99-217-87.dsl.aracnet.com ([216.99.217.87]:36816 "EHLO sous-sol.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751131AbXAFCcI (ORCPT ); Fri, 5 Jan 2007 21:32:08 -0500 Message-Id: <20070106023619.196764000@sous-sol.org> References: <20070106022753.334962000@sous-sol.org> User-Agent: quilt/0.45-1 Date: Fri, 05 Jan 2007 18:28:34 -0800 From: Chris Wright To: linux-kernel@vger.kernel.org, stable@kernel.org Cc: Justin Forbes , Zwane Mwaikambo , "Theodore Ts'o" , Randy Dunlap , Dave Jones , Chuck Wolber , Chris Wedgwood , Michael Krufky , torvalds@osdl.org, akpm@osdl.org, alan@lxorguk.ukuu.org.uk, Jean Delvare , v4l-dvb maintainer list , Mauro Carvalho Chehab Subject: [patch 41/50] V4L: cx88: Fix leadtek_eeprom tagging Content-Disposition: inline; filename=v4l-cx88-fix-leadtek_eeprom-tagging.patch Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org -stable review patch. If anyone has any objections, please let us know. ------------------ From: Jean Delvare reference to .init.text: from .text between 'cx88_card_setup' (at offset 0x68c) and 'cx88_risc_field' Caused by leadtek_eeprom() being declared __devinit and called from a non-devinit context. Signed-off-by: Jean Delvare Signed-off-by: Michael Krufky Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Chris Wright --- (cherry picked from commit 69f7e75a9d45e5eaca16917a8d0dedf76149f13f) drivers/media/video/cx88/cx88-cards.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.19.1.orig/drivers/media/video/cx88/cx88-cards.c +++ linux-2.6.19.1/drivers/media/video/cx88/cx88-cards.c @@ -1610,7 +1610,7 @@ const unsigned int cx88_idcount = ARRAY_ /* ----------------------------------------------------------------------- */ /* some leadtek specific stuff */ -static void __devinit leadtek_eeprom(struct cx88_core *core, u8 *eeprom_data) +static void leadtek_eeprom(struct cx88_core *core, u8 *eeprom_data) { /* This is just for the "Winfast 2000XP Expert" board ATM; I don't have data on * any others. --