Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

V4L/DVB (4040a): Fix the following section warnings:

reference to .init.text: from .text between 'dvb_bt8xx_probe'
(at offset 0x122c) and 'dvb_bt8xx_remove'
reference to .init.text: from .text between 'dvb_bt8xx_probe'
(at offset 0x1267) and 'dvb_bt8xx_remove'

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>

authored by

Jean Delvare and committed by
Mauro Carvalho Chehab
8b6c879c 3c2c5491

+3 -3
+3 -3
drivers/media/dvb/bt8xx/dvb-bt8xx.c
··· 115 115 return 0; 116 116 } 117 117 118 - static struct bt878 __init *dvb_bt8xx_878_match(unsigned int bttv_nr, struct pci_dev* bttv_pci_dev) 118 + static struct bt878 __devinit *dvb_bt8xx_878_match(unsigned int bttv_nr, struct pci_dev* bttv_pci_dev) 119 119 { 120 120 unsigned int card_nr; 121 121 ··· 709 709 } 710 710 } 711 711 712 - static int __init dvb_bt8xx_load_card(struct dvb_bt8xx_card *card, u32 type) 712 + static int __devinit dvb_bt8xx_load_card(struct dvb_bt8xx_card *card, u32 type) 713 713 { 714 714 int result; 715 715 ··· 794 794 return 0; 795 795 } 796 796 797 - static int dvb_bt8xx_probe(struct bttv_sub_device *sub) 797 + static int __devinit dvb_bt8xx_probe(struct bttv_sub_device *sub) 798 798 { 799 799 struct dvb_bt8xx_card *card; 800 800 struct pci_dev* bttv_pci_dev;