]> git.baikalelectronics.ru Git - kernel.git/commit
dsa: Remove master_dev from switch structure
authorAndrew Lunn <andrew@lunn.ch>
Tue, 10 May 2016 21:27:23 +0000 (23:27 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 11 May 2016 23:36:28 +0000 (19:36 -0400)
commit29a347ba4bf35f1168e356094add737a921d4680
tree789e0ef5e0cea80f757419483c3275a0990e048a
parent86cd4c434d8126fad4ef6af7b2c182b523355b85
dsa: Remove master_dev from switch structure

The switch drivers only use the master_dev member for dev_info()
messages.  Now that the device is passed to the old style probe, and
new style drivers are probed as true linux drivers, this is no longer
needed.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/mv88e6xxx.c
include/net/dsa.h
net/dsa/dsa.c
net/dsa/slave.c