patch-2.3.16 linux/drivers/sgi/char/ds1286.c

Next file: linux/drivers/sgi/char/graphics.c
Previous file: linux/drivers/scsi/sym53c8xx.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.15/linux/drivers/sgi/char/ds1286.c linux/drivers/sgi/char/ds1286.c
@@ -392,7 +392,7 @@
 	&ds1286_fops
 };
 
-__initfunc(int ds1286_init(void))
+int __init ds1286_init(void)
 {
 	printk(KERN_INFO "DS1286 Real Time Clock Driver v%s\n", DS1286_VERSION);
 	misc_register(&ds1286_dev);

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