[patch net-next 16/16] net: kill dev->master

From: Jiri Pirko
Date: Mon Aug 13 2012 - 11:28:24 EST


Nobody uses this now. Remove it.

Signed-off-by: Jiri Pirko <jiri@xxxxxxxxxxx>
---
include/linux/netdevice.h | 4 ----
1 file changed, 4 deletions(-)

diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 757f627..28c5ef0 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -1168,10 +1168,6 @@ struct net_device {
* avoid dirtying this cache line.
*/

- struct net_device *master; /* Pointer to master device of a group,
- * which this device is member of.
- */
-
struct list_head upper_dev_list; /* List of upper devices */

/* Interface address info used in eth_type_trans() */
--
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/