patch-2.3.27 linux/drivers/net/wan/sdla.c

Next file: linux/drivers/net/wan/x25_asy.c
Previous file: linux/drivers/net/via-rhine.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.26/linux/drivers/net/wan/sdla.c linux/drivers/net/wan/sdla.c
@@ -1666,10 +1666,11 @@
 	return(0);
 }
 
-void __init sdla_setup(void)
+int __init sdla_setup(void)
 {
 	printk("%s.\n", version);
 	register_frad(devname);
+	return 0;
 }
 
 #ifdef MODULE

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