Skip to content

Commit

Permalink
net: au1000_eth: remove unused global variable.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Manuel Lauss authored and David S. Miller committed Dec 11, 2010
1 parent 85a5649 commit ad1184c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/net/au1000_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ MODULE_VERSION(DRV_VERSION);
* complete immediately.
*/

struct au1000_private *au_macs[NUM_ETH_INTERFACES];

/*
* board-specific configurations
*
Expand Down

0 comments on commit ad1184c

Please sign in to comment.