Commit 94bfe438 authored by Russell King's avatar Russell King Committed by David S. Miller

net: mvpp2: convert to phylink pcs operations

Convert mvpp2 to phylink's new pcs support.
Signed-off-by: default avatarRussell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 82b1c8fa
...@@ -967,6 +967,7 @@ struct mvpp2_port { ...@@ -967,6 +967,7 @@ struct mvpp2_port {
phy_interface_t phy_interface; phy_interface_t phy_interface;
struct phylink *phylink; struct phylink *phylink;
struct phylink_config phylink_config; struct phylink_config phylink_config;
struct phylink_pcs phylink_pcs;
struct phy *comphy; struct phy *comphy;
struct mvpp2_bm_pool *pool_long; struct mvpp2_bm_pool *pool_long;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment