Title: [9271] trunk/drivers/net/bfin_mac.h: netdev: bfin_mac: drop unused Mac data
Revision
9271
Author
vapier
Date
2010-10-21 20:24:54 -0400 (Thu, 21 Oct 2010)

Log Message

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.

Modified Paths

Diff

Modified: trunk/drivers/net/bfin_mac.h (9270 => 9271)


--- trunk/drivers/net/bfin_mac.h	2010-10-22 00:24:34 UTC (rev 9270)
+++ trunk/drivers/net/bfin_mac.h	2010-10-22 00:24:54 UTC (rev 9271)
@@ -75,7 +75,6 @@
 	 */
 	struct net_device_stats stats;
 
-	unsigned char Mac[6];	/* MAC address of the board */
 	spinlock_t lock;
 
 	int wol;		/* Wake On Lan */
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to