patch-2.3.29 linux/drivers/net/slhc.c

Next file: linux/drivers/net/strip.c
Previous file: linux/drivers/net/sk98lin/skxmac2.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.28/linux/drivers/net/slhc.c linux/drivers/net/slhc.c
@@ -752,8 +752,9 @@
 }
 
 #else /* MODULE */
-void __init slhc_install(void)
+int __init slhc_install(void)
 {
+	return 0;
 }
 
 #endif /* MODULE */

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