netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: au1000_eth: remove unused global variable.
@ 2010-12-11 19:53 Manuel Lauss
  2010-12-11 20:01 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Manuel Lauss @ 2010-12-11 19:53 UTC (permalink / raw)
  To: netdev; +Cc: Florian Fainelli, Manuel Lauss

The driver global au_macs[] is unused in the entire kernel tree,
so remove it.

Signed-off-by: Manuel Lauss <manuel.lauss@googlemail.com>
---
 drivers/net/au1000_eth.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/drivers/net/au1000_eth.c b/drivers/net/au1000_eth.c
index 53eff9b..b9debcf 100644
--- a/drivers/net/au1000_eth.c
+++ b/drivers/net/au1000_eth.c
@@ -106,8 +106,6 @@ MODULE_VERSION(DRV_VERSION);
  * complete immediately.
  */
 
-struct au1000_private *au_macs[NUM_ETH_INTERFACES];
-
 /*
  * board-specific configurations
  *
-- 
1.7.3.3


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

* Re: [PATCH] net: au1000_eth: remove unused global variable.
  2010-12-11 19:53 [PATCH] net: au1000_eth: remove unused global variable Manuel Lauss
@ 2010-12-11 20:01 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2010-12-11 20:01 UTC (permalink / raw)
  To: manuel.lauss; +Cc: netdev, florian

From: Manuel Lauss <manuel.lauss@googlemail.com>
Date: Sat, 11 Dec 2010 20:53:42 +0100

> The driver global au_macs[] is unused in the entire kernel tree,
> so remove it.
> 
> Signed-off-by: Manuel Lauss <manuel.lauss@googlemail.com>

Applied, thanks.

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

end of thread, other threads:[~2010-12-11 20:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-11 19:53 [PATCH] net: au1000_eth: remove unused global variable Manuel Lauss
2010-12-11 20:01 ` 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).