netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.6 patch] unexport dev_ethtool
@ 2007-08-14 21:22 Adrian Bunk
  2007-08-14 21:23 ` Matthew Wilcox
  0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2007-08-14 21:22 UTC (permalink / raw)
  To: Matthew Wilcox, David S. Miller; +Cc: netdev

This patch removes the no longer used EXPORT_SYMBOL(dev_ethtool).

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---
37bcb29c1a1fefe6da0ea9e54a5cde09a82318f0 
diff --git a/net/core/ethtool.c b/net/core/ethtool.c
index 2ab0a60..c5e0593 100644
--- a/net/core/ethtool.c
+++ b/net/core/ethtool.c
@@ -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);


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-08-15  0:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-14 21:22 [2.6 patch] unexport dev_ethtool Adrian Bunk
2007-08-14 21:23 ` Matthew Wilcox
2007-08-15  0:39   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).