netdev: bfin_mac: drop unused Mac data
authorMike Frysinger <vapier@gentoo.org>
Mon, 10 Jan 2011 02:54:31 +0000 (02:54 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 10 Jan 2011 21:31:13 +0000 (13:31 -0800)
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>
drivers/net/bfin_mac.h

index aed68be..4827f6b 100644 (file)
@@ -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 */