diff options
author | Vivien Didelot <vivien.didelot@savoirfairelinux.com> | 2017-09-26 17:15:32 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-09-26 20:06:34 -0700 |
commit | 0115dcd1787d2d1c50719fab98d6bcb0c17931a1 (patch) | |
tree | 98558dc7b4449c3829a9c8456f2ce01e43d025e5 /net/dsa/dsa_priv.h | |
parent | f4344e0a48121d07cf8f69415278e84c39dbe9bf (diff) | |
download | blackbird-op-linux-0115dcd1787d2d1c50719fab98d6bcb0c17931a1.tar.gz blackbird-op-linux-0115dcd1787d2d1c50719fab98d6bcb0c17931a1.zip |
net: dsa: use slave device phydev
There is no need to store a phy_device in dsa_slave_priv since
net_device already provides one. Simply s/p->phy/dev->phydev/.
Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dsa/dsa_priv.h')
-rw-r--r-- | net/dsa/dsa_priv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/dsa/dsa_priv.h b/net/dsa/dsa_priv.h index 0298a0f6a349..eccc62776283 100644 --- a/net/dsa/dsa_priv.h +++ b/net/dsa/dsa_priv.h @@ -79,7 +79,6 @@ struct dsa_slave_priv { * The phylib phy_device pointer for the PHY connected * to this port. */ - struct phy_device *phy; phy_interface_t phy_interface; int old_link; int old_pause; |