aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
diff options
context:
space:
mode:
authorMichał Mirosław <mirq-linux@rere.qmqm.pl>2011-02-15 11:59:16 -0500
committerDavid S. Miller <davem@davemloft.net>2011-02-17 17:16:31 -0500
commit9a279ea3a77ebcc91b68f0546e7cfa5018a12513 (patch)
treea9768eafb0968b94a4578d0e764302a56c8125fc /net/core
parent5990b1892bbd0bb3adfc9a09bb3bcbde32471e59 (diff)
ethtool: move EXPORT_SYMBOL(ethtool_op_set_tx_csum) to correct place
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core')
-rw-r--r--net/core/ethtool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/ethtool.c b/net/core/ethtool.c
index 5984ee0c7136..9eb82775a556 100644
--- a/net/core/ethtool.c
+++ b/net/core/ethtool.c
@@ -55,6 +55,7 @@ int ethtool_op_set_tx_csum(struct net_device *dev, u32 data)
55 55
56 return 0; 56 return 0;
57} 57}
58EXPORT_SYMBOL(ethtool_op_set_tx_csum);
58 59
59int ethtool_op_set_tx_hw_csum(struct net_device *dev, u32 data) 60int ethtool_op_set_tx_hw_csum(struct net_device *dev, u32 data)
60{ 61{
@@ -1124,7 +1125,6 @@ static int ethtool_set_tx_csum(struct net_device *dev, char __user *useraddr)
1124 1125
1125 return dev->ethtool_ops->set_tx_csum(dev, edata.data); 1126 return dev->ethtool_ops->set_tx_csum(dev, edata.data);
1126} 1127}
1127EXPORT_SYMBOL(ethtool_op_set_tx_csum);
1128 1128
1129static int ethtool_set_rx_csum(struct net_device *dev, char __user *useraddr) 1129static int ethtool_set_rx_csum(struct net_device *dev, char __user *useraddr)
1130{ 1130{