| Kernel v2.4.27 /net/netsyms.c |
|---|
 2.4.27
 net
 netsyms.c
diff -urN linux-2.4.26/net/netsyms.c linux-2.4.27/net/netsyms.c
--- linux-2.4.26/net/netsyms.c 2004-04-14 06:05:41.000000000 -0700
+++ linux-2.4.27/net/netsyms.c 2004-08-07 16:26:07.079446421 -0700
@@ -18,7 +18,6 @@
#include <linux/fcdevice.h>
#include <linux/ioport.h>
#include <linux/tty.h>
-#include <linux/ethtool.h>
#include <net/neighbour.h>
#include <net/snmp.h>
#include <net/dst.h>
@@ -622,11 +621,4 @@
EXPORT_SYMBOL(wireless_spy_update);
#endif /* CONFIG_NET_RADIO || CONFIG_NET_PCMCIA_RADIO */
-/* ethtool.c */
-EXPORT_SYMBOL(ethtool_op_get_link);
-EXPORT_SYMBOL(ethtool_op_get_tx_csum);
-EXPORT_SYMBOL(ethtool_op_set_tx_csum);
-EXPORT_SYMBOL(ethtool_op_get_sg);
-EXPORT_SYMBOL(ethtool_op_set_sg);
-
#endif /* CONFIG_NET */
|