diff mbox

net: au1000_eth: remove unused global variable.

Message ID 1292097222-11319-1-git-send-email-manuel.lauss@googlemail.com
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Manuel Lauss Dec. 11, 2010, 7:53 p.m. UTC
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(-)

Comments

David Miller Dec. 11, 2010, 8:01 p.m. UTC | #1
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.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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
  *