patch-2.3.13 linux/drivers/block/rz1000.c

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

diff -u --recursive --new-file v2.3.12/linux/drivers/block/rz1000.c linux/drivers/block/rz1000.c
@@ -33,7 +33,7 @@
 
 #ifdef CONFIG_BLK_DEV_IDEPCI
 
-__initfunc(void ide_init_rz1000 (ide_hwif_t *hwif))	/* called from ide-pci.c */
+void __init ide_init_rz1000 (ide_hwif_t *hwif)	/* called from ide-pci.c */
 {
 	unsigned short reg;
 	struct pci_dev *dev = hwif->pci_dev;
@@ -53,7 +53,7 @@
 
 #else
 
-__initfunc(static void init_rz1000 (struct pci_dev *dev, const char *name))
+static void __init init_rz1000 (struct pci_dev *dev, const char *name)
 {
 	unsigned short reg, h;
 
@@ -83,7 +83,7 @@
 	}
 }
 
-__initfunc(void ide_probe_for_rz100x (void))	/* called from ide.c */
+void __init ide_probe_for_rz100x (void)	/* called from ide.c */
 {
 	struct pci_dev *dev = NULL;
 

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