aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Lauss <manuel.lauss@googlemail.com>2010-12-11 09:53:42 +0000
committerDavid S. Miller <davem@davemloft.net>2010-12-11 12:01:48 -0800
commitad1184c6cf067a13e8cb2a4e7ccc407f947027d0 (patch)
tree05f2913d61223c2e7eff8149b0273c27941ca93d
parents2io: Using static const generally increases object text and decreases data size. It also generally decreases overall object size. (diff)
downloadlinux-dev-ad1184c6cf067a13e8cb2a4e7ccc407f947027d0.tar.xz
linux-dev-ad1184c6cf067a13e8cb2a4e7ccc407f947027d0.zip
net: au1000_eth: remove unused global variable.
The driver global au_macs[] is unused in the entire kernel tree, so remove it. Signed-off-by: Manuel Lauss <manuel.lauss@googlemail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--drivers/net/au1000_eth.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/au1000_eth.c b/drivers/net/au1000_eth.c
index 53eff9ba6e95..b9debcfb61a0 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
*