Merge branch 'net-dsa-use-generic-slave-phydev'
authorDavid S. Miller <[email protected]>
Wed, 27 Sep 2017 03:06:35 +0000 (20:06 -0700)
committerDavid S. Miller <[email protected]>
Wed, 27 Sep 2017 03:20:46 +0000 (20:20 -0700)
Vivien Didelot says:

====================
net: dsa: use generic slave phydev

DSA currently stores a phy_device pointer in each slave private
structure. This requires to implement our own ethtool ksettings
accessors and such.

This patchset removes the private phy_device in favor of the one
provided in the net_device structure, and thus allows us to use the
generic phy_ethtool_* functions.
====================

Tested-by: Florian Fainelli <[email protected]>
Signed-off-by: David S. Miller <[email protected]>

Trivial merge