From: Manuel Lauss Date: Sat, 11 Dec 2010 09:53:42 +0000 (+0000) Subject: net: au1000_eth: remove unused global variable. X-Git-Tag: v5.15~27143^2~207 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=ad1184c6cf067a13e8cb2a4e7ccc407f947027d0;p=mirror_ubuntu-kernels.git 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 Signed-off-by: David S. Miller --- 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 *