patch-2.0.36 linux/net/core/dev.c

Next file: linux/net/core/firewall.c
Previous file: linux/net/bridge/br.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.0.35/linux/net/core/dev.c linux/net/core/dev.c
@@ -1507,6 +1507,8 @@
 extern int bpq_init(void);
 extern void sdla_setup(void);
 extern int dlci_setup(void);
+extern int sm_init(void);
+extern int baycom_init(void);
 
 int net_dev_init(void)
 {
@@ -1545,6 +1547,12 @@
 #endif
 #if defined(CONFIG_SDLA)
 	sdla_setup();
+#endif
+#if defined(CONFIG_BAYCOM)
+        baycom_init();
+#endif
+#if defined(CONFIG_SOUNDMODEM)
+        sm_init();
 #endif
 	/*
 	 *	SLHC if present needs attaching so other people see it

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov