Re: [2.6 patch] unexport dev_ethtool

2007-08-14 Thread David Miller
From: Matthew Wilcox <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> > Acked-by: Matthew Wilcox <[E

Re: [2.6 patch] unexport dev_ethtool

2007-08-14 Thread Matthew Wilcox
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 <[EMAIL PROTECTED]> Acked-by: Matthew Wilcox <[EMAIL PROTECTED]> -- "Bill, look, we understand that you're interested in selling us this

[2.6 patch] unexport dev_ethtool

2007-08-14 Thread Adrian Bunk
This patch removes the no longer used EXPORT_SYMBOL(dev_ethtool). Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- 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 @@ -9