netdev: bfin_mac: drop unused Mac data
We don't use this local "Mac" data anywhere (since we rely on the netdev's storage), so punt it. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
5ca1bb5ace
commit
53ed29841d
1 changed files with 0 additions and 1 deletions
|
@ -68,7 +68,6 @@ struct bfin_mac_local {
|
|||
*/
|
||||
struct net_device_stats stats;
|
||||
|
||||
unsigned char Mac[6]; /* MAC address of the board */
|
||||
spinlock_t lock;
|
||||
|
||||
int wol; /* Wake On Lan */
|
||||
|
|
Loading…
Reference in a new issue