Commit 6f93b9c2 authored by Adrian Bunk's avatar Adrian Bunk Committed by David S. Miller

[NET]: Unexport dev_ethtool

This patch removes the no longer used EXPORT_SYMBOL(dev_ethtool).
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Acked-by: default avatarMatthew Wilcox <matthew@wil.cx>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 54a09feb
...@@ -948,7 +948,6 @@ int dev_ethtool(struct ifreq *ifr) ...@@ -948,7 +948,6 @@ int dev_ethtool(struct ifreq *ifr)
return rc; return rc;
} }
EXPORT_SYMBOL(dev_ethtool);
EXPORT_SYMBOL(ethtool_op_get_link); EXPORT_SYMBOL(ethtool_op_get_link);
EXPORT_SYMBOL(ethtool_op_get_sg); EXPORT_SYMBOL(ethtool_op_get_sg);
EXPORT_SYMBOL(ethtool_op_get_tso); EXPORT_SYMBOL(ethtool_op_get_tso);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment