patch-2.3.13 linux/net/core/dev.c
Next file: linux/net/ethernet/eth.c
Previous file: linux/net/ax25/Config.in
Back to the patch index
Back to the overall index
- Lines: 31
- Date:
Wed Aug 4 09:27:34 1999
- Orig file:
v2.3.12/linux/net/core/dev.c
- Orig date:
Wed Jun 9 14:45:36 1999
diff -u --recursive --new-file v2.3.12/linux/net/core/dev.c linux/net/core/dev.c
@@ -1856,11 +1856,6 @@
extern void sdla_setup(void);
extern void dlci_setup(void);
extern int dmascc_init(void);
-extern int sm_init(void);
-
-extern int baycom_ser_fdx_init(void);
-extern int baycom_ser_hdx_init(void);
-extern int baycom_par_init(void);
extern int lapbeth_init(void);
extern void arcnet_init(void);
@@ -1931,18 +1926,6 @@
#endif
#if defined(CONFIG_SDLA)
sdla_setup();
-#endif
-#if defined(CONFIG_BAYCOM_PAR)
- baycom_par_init();
-#endif
-#if defined(CONFIG_BAYCOM_SER_FDX)
- baycom_ser_fdx_init();
-#endif
-#if defined(CONFIG_BAYCOM_SER_HDX)
- baycom_ser_hdx_init();
-#endif
-#if defined(CONFIG_SOUNDMODEM)
- sm_init();
#endif
#if defined(CONFIG_LAPBETHER)
lapbeth_init();
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)