diff options
author | Russell King <rmk+kernel@armlinux.org.uk> | 2020-09-01 14:48:32 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-09-03 14:52:33 -0700 |
commit | 94bfe438bc0a7e6b0f946dae117c3656a511a417 (patch) | |
tree | d7df6013f4415963c5d8617a3ad0563f85c89611 /drivers/net/ethernet/marvell/mvpp2/mvpp2.h | |
parent | 82b1c8fae8638ef307671954790ef33730416ee9 (diff) | |
download | linux-94bfe438bc0a7e6b0f946dae117c3656a511a417.tar.gz |
net: mvpp2: convert to phylink pcs operations
Convert mvpp2 to phylink's new pcs support.
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/marvell/mvpp2/mvpp2.h')
-rw-r--r-- | drivers/net/ethernet/marvell/mvpp2/mvpp2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/marvell/mvpp2/mvpp2.h b/drivers/net/ethernet/marvell/mvpp2/mvpp2.h index 32753cc771bf..ecb5f4616a36 100644 --- a/drivers/net/ethernet/marvell/mvpp2/mvpp2.h +++ b/drivers/net/ethernet/marvell/mvpp2/mvpp2.h @@ -967,6 +967,7 @@ struct mvpp2_port { phy_interface_t phy_interface; struct phylink *phylink; struct phylink_config phylink_config; + struct phylink_pcs phylink_pcs; struct phy *comphy; struct mvpp2_bm_pool *pool_long; |