aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorJiri Pirko <jiri@resnulli.us>2013-01-03 22:49:03 +0000
committerDavid S. Miller <davem@davemloft.net>2013-01-04 13:31:51 -0800
commit85464ef271a0f5496f404c6a2f2dfbf1d76e1a49 (patch)
treef14aed911d388b41d4abde15605186a5f8e9509f /include/linux
parentnet: remove no longer used netdev_set_bond_master() and netdev_set_master() (diff)
downloadlinux-dev-85464ef271a0f5496f404c6a2f2dfbf1d76e1a49.tar.xz
linux-dev-85464ef271a0f5496f404c6a2f2dfbf1d76e1a49.zip
net: kill dev->master
Nobody uses this now. Remove it. Signed-off-by: Jiri Pirko <jiri@resnulli.us> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/netdevice.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 3cad8eab02b6..0209ac328e8a 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -1169,10 +1169,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() */