commit | 1ba8f6561a3ba3a4ac4becadb691667645fe73d2 | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <vladimir.oltean@nxp.com> | Sat Feb 29 16:31:11 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 03 18:57:42 2020 -0800 |
tree | 53de962344de1ab2f745de2e05a7c65890ec8a52 | |
parent | e0632940bc4c986f2dc9c8ee6aba65c14e30c762 [diff] |
net: mscc: ocelot: remove port_pcs_init indirection for VSC7514 The Felix driver is now using its own PHYLINK instance, not calling into ocelot_adjust_link. So the port_pcs_init function pointer is an unnecessary indirection. Remove it. Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Tested-by: Horatiu Vultur <horatiu.vultur@microchip.com> Reviewed-by: Allan W. Nielsen <allan.nielsen@microchip.com> Signed-off-by: David S. Miller <davem@davemloft.net>