Commit cc6b68f5 authored by Russell King (Oracle)'s avatar Russell King (Oracle) Committed by David S. Miller
Browse files

net: dsa: b53: drop use of phylink_helper_basex_speed()



Now that we have a better method to select SFP interface modes, we
no longer need to use phylink_helper_basex_speed() in a driver's
validation function.

Signed-off-by: default avatarRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent dda1c257
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1348,8 +1348,6 @@ void b53_phylink_validate(struct dsa_switch *ds, int port,

	linkmode_and(supported, supported, mask);
	linkmode_and(state->advertising, state->advertising, mask);

	phylink_helper_basex_speed(state);
}
EXPORT_SYMBOL(b53_phylink_validate);