patch-2.1.33 linux/net/core/dev.c
Next file: linux/net/ipv4/proc.c
Previous file: linux/mm/vmscan.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Wed Apr 9 21:30:31 1997
- Orig file:
v2.1.32/linux/net/core/dev.c
- Orig date:
Fri Apr 4 08:52:26 1997
diff -u --recursive --new-file v2.1.32/linux/net/core/dev.c linux/net/core/dev.c
@@ -85,6 +85,9 @@
#ifdef CONFIG_NET_RADIO
#include <linux/wireless.h>
#endif /* CONFIG_NET_RADIO */
+#ifdef CONFIG_PLIP
+extern int plip_init(void);
+#endif
/*
* The list of devices, that are able to output.
@@ -1627,6 +1630,9 @@
#endif
#if defined(CONFIG_LAPBETHER)
lapbeth_init();
+#endif
+#if defined(CONFIG_PLIP)
+ plip_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