patch-2.2.0-pre6 linux/net/netsyms.c

Next file: linux/net/sched/sch_api.c
Previous file: linux/net/netrom/af_netrom.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.0-pre5/linux/net/netsyms.c linux/net/netsyms.c
@@ -67,7 +67,9 @@
 	defined(CONFIG_E2100)	||	defined(CONFIG_HPLAN_PLUS)	|| \
 	defined(CONFIG_HPLAN)	||	defined(CONFIG_AC3200)		|| \
 	defined(CONFIG_ES3210)	||	defined(CONFIG_ULTRA32)		|| \
-	defined(CONFIG_LNE390)	||	defined(CONFIG_NE3210)
+	defined(CONFIG_LNE390)	||	defined(CONFIG_NE3210)		|| \
+	defined(CONFIG_NE2K_PCI) ||	defined(CONFIG_APNE)		|| \
+	defined(CONFIG_DAYNAPORT)
 #include "../drivers/net/8390.h"
 #endif
 
@@ -392,7 +394,9 @@
 	defined(CONFIG_E2100)	||	defined(CONFIG_HPLAN_PLUS)	|| \
 	defined(CONFIG_HPLAN)	||	defined(CONFIG_AC3200)		|| \
 	defined(CONFIG_ES3210)	||	defined(CONFIG_ULTRA32)		|| \
-	defined(CONFIG_LNE390)	||	defined(CONFIG_NE3210)
+	defined(CONFIG_LNE390)	||	defined(CONFIG_NE3210)		|| \
+	defined(CONFIG_NE2K_PCI) ||	defined(CONFIG_APNE)		|| \
+	defined(CONFIG_DAYNAPORT)
 /* If 8390 NIC support is built in, we will need these. */
 EXPORT_SYMBOL(ei_open);
 EXPORT_SYMBOL(ei_close);

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