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

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