mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 22:50:41 +00:00
[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>
This commit is contained in:
parent
54a09feb0e
commit
6f93b9c283
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user