mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
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>
This commit is contained in:
parent
8b98a70c28
commit
85464ef271
1 changed files with 0 additions and 4 deletions
|
@ -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() */
|
||||
|
|
Loading…
Reference in a new issue