projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5990b18
)
ethtool: move EXPORT_SYMBOL(ethtool_op_set_tx_csum) to correct place
author
Michał Mirosław
<mirq-linux@rere.qmqm.pl>
Tue, 15 Feb 2011 16:59:16 +0000
(16:59 +0000)
committer
David S. Miller
<davem@davemloft.net>
Thu, 17 Feb 2011 22:16:31 +0000
(14:16 -0800)
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/ethtool.c
patch
|
blob
|
history
diff --git
a/net/core/ethtool.c
b/net/core/ethtool.c
index 5984ee0c7136747c335379b5650efb69dcfd47f4..9eb82775a5561512f71593ce32830f1651243860 100644
(file)
--- 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)
return 0;
}
+EXPORT_SYMBOL(ethtool_op_set_tx_csum);
int ethtool_op_set_tx_hw_csum(struct net_device *dev, u32 data)
{
@@
-1124,7
+1125,6
@@
static int ethtool_set_tx_csum(struct net_device *dev, char __user *useraddr)
return dev->ethtool_ops->set_tx_csum(dev, edata.data);
}
-EXPORT_SYMBOL(ethtool_op_set_tx_csum);
static int ethtool_set_rx_csum(struct net_device *dev, char __user *useraddr)
{