patch-2.3.16 linux/drivers/block/alim15x3.c
Next file: linux/drivers/block/cmos-probe.c
Previous file: linux/drivers/block/aec6210.c
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Thu Aug 26 13:55:41 1999
-  Orig file: 
v2.3.15/linux/drivers/block/alim15x3.c
-  Orig date: 
Thu Jul  1 10:25:38 1999
diff -u --recursive --new-file v2.3.15/linux/drivers/block/alim15x3.c linux/drivers/block/alim15x3.c
@@ -110,7 +110,7 @@
 
 }
 
-__initfunc(unsigned int pci_init_ali15x3 (struct pci_dev *dev, const char *name))
+unsigned int __init pci_init_ali15x3 (struct pci_dev *dev, const char *name)
 {
 	byte confreg0 = 0, confreg1 =0, progif = 0;
 	int errors = 0;
@@ -194,7 +194,7 @@
 	return ide_dmaproc(func, drive);	/* use standard DMA stuff */
 }
 
-__initfunc(void ide_init_ali15x3 (ide_hwif_t *hwif))
+void __init ide_init_ali15x3 (ide_hwif_t *hwif)
 {
 	struct pci_dev *dev;
 	byte ideic, inmir, iderev;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)