* [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
* Re: [2.6 patch] unexport dev_ethtool
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
0 siblings, 1 reply; 3+ messages in thread
From: Matthew Wilcox @ 2007-08-14 21:23 UTC (permalink / raw)
To: Adrian Bunk; +Cc: David S. Miller, netdev
On Tue, Aug 14, 2007 at 11:22:03PM +0200, Adrian Bunk wrote:
> 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>
--
"Bill, look, we understand that you're interested in selling us this
operating system, but compare it to ours. We can't possibly take such
a retrograde step."
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [2.6 patch] unexport dev_ethtool
2007-08-14 21:23 ` Matthew Wilcox
@ 2007-08-15 0:39 ` David Miller
0 siblings, 0 replies; 3+ messages in thread
From: David Miller @ 2007-08-15 0:39 UTC (permalink / raw)
To: matthew; +Cc: bunk, netdev
From: Matthew Wilcox <matthew@wil.cx>
Date: Tue, 14 Aug 2007 15:23:26 -0600
> On Tue, Aug 14, 2007 at 11:22:03PM +0200, Adrian Bunk wrote:
> > 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>
Applied, thanks.
^ permalink raw reply [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).