瀏覽代碼

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>
Mike Frysinger 14 年之前
父節點
當前提交
53ed29841d
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/net/bfin_mac.h

+ 0 - 1
drivers/net/bfin_mac.h

@@ -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 */