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

Next file: linux/net/ipv4/arp.c
Previous file: linux/net/ax25/sysctl_net_ax25.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.0.34/linux/net/core/dev.c linux/net/core/dev.c
@@ -1503,6 +1503,8 @@
  */
 extern int lance_init(void);
 extern int pi_init(void);
+extern int pt_init(void);
+extern int bpq_init(void);
 extern void sdla_setup(void);
 extern int dlci_setup(void);
 
@@ -1534,6 +1536,9 @@
 #endif	
 #if defined(CONFIG_PT)
 	pt_init();
+#endif
+#if defined(CONFIG_BPQETHER)
+	bpq_init();
 #endif
 #if defined(CONFIG_DLCI)
 	dlci_setup();

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