patch-2.3.10 linux/drivers/block/amiflop.c

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

diff -u --recursive --new-file v2.3.9/linux/drivers/block/amiflop.c linux/drivers/block/amiflop.c
@@ -1755,13 +1755,13 @@
 	NULL,			/* revalidate */
 };
 
-__initfunc(void amiga_floppy_setup (char *str, int *ints))
+void __init amiga_floppy_setup (char *str, int *ints)
 {
 	printk (KERN_INFO "amiflop: Setting default df0 to %x\n", ints[1]);
 	fd_def_df0 = ints[1];
 }
 
-__initfunc(static int fd_probe_drives(void))
+static int __init fd_probe_drives(void)
 {
 	int drive,drives,nomem;
 
@@ -1791,7 +1791,7 @@
 	return -ENOMEM;
 }
 
-__initfunc(int amiga_floppy_init(void))
+int __init amiga_floppy_init(void)
 {
   int i;
 

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