patch-2.3.16 linux/drivers/block/via82c586.c

Next file: linux/drivers/block/xd.c
Previous file: linux/drivers/block/trm290.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.15/linux/drivers/block/via82c586.c linux/drivers/block/via82c586.c
@@ -441,7 +441,7 @@
 	return 0;
 }
 
-__initfunc(unsigned int pci_init_via82c568 (struct pci_dev *dev, const char *name))
+unsigned int __init pci_init_via82c568 (struct pci_dev *dev, const char *name)
 {
 	struct pci_dev *host;
 	struct pci_dev *isa;
@@ -567,7 +567,7 @@
 	return 0;
 }
 
-__initfunc(void ide_init_via82c586 (ide_hwif_t *hwif))
+void __init ide_init_via82c586 (ide_hwif_t *hwif)
 {
 	set_via_timings(hwif);
 }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)