diff options
author | Michał Mirosław <mirq-linux@rere.qmqm.pl> | 2011-02-15 11:59:16 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-02-17 17:16:31 -0500 |
commit | 9a279ea3a77ebcc91b68f0546e7cfa5018a12513 (patch) | |
tree | a9768eafb0968b94a4578d0e764302a56c8125fc /net/core | |
parent | 5990b1892bbd0bb3adfc9a09bb3bcbde32471e59 (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.c | 2 |
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 | } |
58 | EXPORT_SYMBOL(ethtool_op_set_tx_csum); | ||
58 | 59 | ||
59 | int ethtool_op_set_tx_hw_csum(struct net_device *dev, u32 data) | 60 | int 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 | } |
1127 | EXPORT_SYMBOL(ethtool_op_set_tx_csum); | ||
1128 | 1128 | ||
1129 | static int ethtool_set_rx_csum(struct net_device *dev, char __user *useraddr) | 1129 | static int ethtool_set_rx_csum(struct net_device *dev, char __user *useraddr) |
1130 | { | 1130 | { |