patch-2.1.102 linux/net/netsyms.c
Next file: linux/net/sched/Config.in
Previous file: linux/net/netlink/af_netlink.c
Back to the patch index
Back to the overall index
- Lines: 30
- Date:
Thu May 14 10:35:55 1998
- Orig file:
v2.1.101/linux/net/netsyms.c
- Orig date:
Fri May 8 23:14:57 1998
diff -u --recursive --new-file v2.1.101/linux/net/netsyms.c linux/net/netsyms.c
@@ -60,7 +60,8 @@
defined(CONFIG_EL2) || defined(CONFIG_NE2000) || \
defined(CONFIG_E2100) || defined(CONFIG_HPLAN_PLUS) || \
defined(CONFIG_HPLAN) || defined(CONFIG_AC3200) || \
- defined(CONFIG_ES3210)
+ defined(CONFIG_ES3210) || defined(CONFIG_ULTRA32) || \
+ defined(CONFIG_LNE390)
#include "../drivers/net/8390.h"
#endif
@@ -357,7 +358,8 @@
defined(CONFIG_EL2) || defined(CONFIG_NE2000) || \
defined(CONFIG_E2100) || defined(CONFIG_HPLAN_PLUS) || \
defined(CONFIG_HPLAN) || defined(CONFIG_AC3200) || \
- defined(CONFIG_ES3210)
+ defined(CONFIG_ES3210) || defined(CONFIG_ULTRA32) || \
+ defined(CONFIG_LNE390)
/* If 8390 NIC support is built in, we will need these. */
EXPORT_SYMBOL(ei_open);
EXPORT_SYMBOL(ei_close);
@@ -422,9 +424,6 @@
EXPORT_SYMBOL(netdev_register_fc);
EXPORT_SYMBOL(netdev_unregister_fc);
EXPORT_SYMBOL(netdev_fc_xoff);
-#endif
-#ifdef CONFIG_IP_ACCT
-EXPORT_SYMBOL(ip_acct_output);
#endif
EXPORT_SYMBOL(dev_base);
EXPORT_SYMBOL(dev_close);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov