patch-2.4.0-test10 linux/net/atm/pvc.c
Next file: linux/net/atm/svc.c
Previous file: linux/net/appletalk/ddp.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Mon Oct 16 12:42:54 2000
- Orig file:
v2.4.0-test9/linux/net/atm/pvc.c
- Orig date:
Mon Apr 24 13:43:04 2000
diff -u --recursive --new-file v2.4.0-test9/linux/net/atm/pvc.c linux/net/atm/pvc.c
@@ -123,7 +123,7 @@
*/
-void __init atmpvc_proto_init(struct net_proto *pro)
+static int __init atmpvc_init(void)
{
int error;
@@ -139,4 +139,7 @@
error = atm_proc_init();
if (error) printk("atm_proc_init fails with %d\n",error);
#endif
+ return 0;
}
+
+module_init(atmpvc_init);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)