mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
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>
This commit is contained in:
parent
85a564983a
commit
ad1184c6cf
@ -106,8 +106,6 @@ MODULE_VERSION(DRV_VERSION);
|
||||
* complete immediately.
|
||||
*/
|
||||
|
||||
struct au1000_private *au_macs[NUM_ETH_INTERFACES];
|
||||
|
||||
/*
|
||||
* board-specific configurations
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user