Re: [PATCH net-next] net: dsa: mv88e6xxx: Refactor remaining port setup
From: David Miller <davem@davemloft.net> Date: 2017-02-07 15:48:24
From: Andrew Lunn <andrew@lunn.ch>
Date: Sat, 4 Feb 2017 20:15:28 +0100
Move the remaining port configuration code which varies per device
into port.c, using ops were necessary. This makes
mv88e6xxx_6185_family() and mv88e6xxx_6095_family() unused, so remove
them.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>