]> git.karo-electronics.de Git - karo-tx-linux.git/commit
V4L: cx88: Fix leadtek_eeprom tagging
authorJean Delvare <khali@linux-fr.org>
Mon, 8 Jan 2007 06:05:19 +0000 (07:05 +0100)
committerAdrian Bunk <bunk@stusta.de>
Tue, 9 Jan 2007 02:23:34 +0000 (03:23 +0100)
commitc5b35ed9d5afda73cf7b00115d6e578cfe42d298
tree1d1238986044f658c40fc9a91ac1dd088179d0a2
parentd1f34c8e3fa155c1ae9599cd67a60debac66f6c0
V4L: cx88: Fix leadtek_eeprom tagging

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: Marcel Holtmann <marcel@holtmann.org>
drivers/media/video/cx88/cx88-cards.c