From: Jiri Pirko Date: Thu, 3 Jan 2013 22:49:03 +0000 (+0000) Subject: net: kill dev->master X-Git-Tag: v3.9-rc1~139^2~462^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=85464ef271a0f5496f404c6a2f2dfbf1d76e1a49;p=thirdparty%2Fkernel%2Flinux.git net: kill dev->master Nobody uses this now. Remove it. Signed-off-by: Jiri Pirko Signed-off-by: David S. Miller --- diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 3cad8eab02b62..0209ac328e8a2 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() */