patch-2.1.72 linux/net/core/dev.c
Next file: linux/net/core/sock.c
Previous file: linux/net/Config.in
Back to the patch index
Back to the overall index
- Lines: 33
- Date:
Tue Dec 9 09:49:59 1997
- Orig file:
v2.1.71/linux/net/core/dev.c
- Orig date:
Thu Dec 4 14:53:57 1997
diff -u --recursive --new-file v2.1.71/linux/net/core/dev.c linux/net/core/dev.c
@@ -1573,12 +1573,11 @@
*
*/
extern int lance_init(void);
-extern int pi_init(void);
extern int bpq_init(void);
extern int scc_init(void);
extern void sdla_setup(void);
extern void dlci_setup(void);
-extern int pt_init(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);
@@ -1635,15 +1634,12 @@
#if defined(CONFIG_LANCE)
lance_init();
#endif
-#if defined(CONFIG_PI)
- pi_init();
-#endif
#if defined(CONFIG_SCC)
scc_init();
#endif
-#if defined(CONFIG_PT)
- pt_init();
-#endif
+#if defined(CONFIG_DMASCC)
+ dmascc_init();
+#endif
#if defined(CONFIG_BPQETHER)
bpq_init();
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov