diff options
author | Adrian Bunk <bunk@kernel.org> | 2007-08-14 20:38:44 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2007-08-14 20:38:44 -0400 |
commit | 6f93b9c28326df34b23a6c0dbe4c51d4654bdf0b (patch) | |
tree | 2e42ff501f22af2fb10a435edf8507bb84c30d96 | |
parent | 54a09feb0ebb018dadaebeb51e860154198abc83 (diff) |
[NET]: Unexport dev_ethtool
This patch removes the no longer used EXPORT_SYMBOL(dev_ethtool).
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | net/core/ethtool.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/core/ethtool.c b/net/core/ethtool.c index 2ab0a60046a5..c5e059352d43 100644 --- a/net/core/ethtool.c +++ b/net/core/ethtool.c | |||
@@ -948,7 +948,6 @@ int dev_ethtool(struct ifreq *ifr) | |||
948 | return rc; | 948 | return rc; |
949 | } | 949 | } |
950 | 950 | ||
951 | EXPORT_SYMBOL(dev_ethtool); | ||
952 | EXPORT_SYMBOL(ethtool_op_get_link); | 951 | EXPORT_SYMBOL(ethtool_op_get_link); |
953 | EXPORT_SYMBOL(ethtool_op_get_sg); | 952 | EXPORT_SYMBOL(ethtool_op_get_sg); |
954 | EXPORT_SYMBOL(ethtool_op_get_tso); | 953 | EXPORT_SYMBOL(ethtool_op_get_tso); |