]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[PATCH] V4L: cx88: Fix leadtek_eeprom tagging
authorJean Delvare <khali@linux-fr.org>
Thu, 4 Jan 2007 04:21:03 +0000 (23:21 -0500)
committerChris Wright <chrisw@sous-sol.org>
Wed, 10 Jan 2007 19:05:22 +0000 (11:05 -0800)
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 <khali@linux-fr.org>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
drivers/media/video/cx88/cx88-cards.c

index f764a57c56be53abdca042ad26211cdc80c7ec90..dec146f5bfc20edfa37a8eeb97d36f088368bc2a 100644 (file)
@@ -1610,7 +1610,7 @@ const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids);
 /* ----------------------------------------------------------------------- */
 /* 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.