Skip to content

Commit

Permalink
[NET]: Unexport dev_ethtool
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and David S. Miller committed Aug 15, 2007
1 parent 54a09fe commit 6f93b9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/core/ethtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,6 @@ int dev_ethtool(struct ifreq *ifr)
return rc;
}

EXPORT_SYMBOL(dev_ethtool);
EXPORT_SYMBOL(ethtool_op_get_link);
EXPORT_SYMBOL(ethtool_op_get_sg);
EXPORT_SYMBOL(ethtool_op_get_tso);
Expand Down

0 comments on commit 6f93b9c

Please sign in to comment.