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: Russell King (Oracle) <rmk+kernel@armlinux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
dda1c25751
commit
cc6b68f5f1
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user