Commit ad3e1287 authored by Florian Fainelli's avatar Florian Fainelli Committed by Jakub Kicinski

net: dsa: Remove fixed_link_update member

We have not had a switch driver use a fixed_link_update callback since
58d56fcc ("net: dsa: bcm_sf2: Get rid of
PHYLIB functions") remove this callback.
Signed-off-by: default avatarFlorian Fainelli <florian.fainelli@broadcom.com>
Reviewed-by: default avatarRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Link: https://lore.kernel.org/r/20240430164816.2400606-2-florian.fainelli@broadcom.comSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent dcb3fba6
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
struct dsa_8021q_context; struct dsa_8021q_context;
struct tc_action; struct tc_action;
struct phy_device; struct phy_device;
struct fixed_phy_status;
struct phylink_link_state; struct phylink_link_state;
#define DSA_TAG_PROTO_NONE_VALUE 0 #define DSA_TAG_PROTO_NONE_VALUE 0
...@@ -873,9 +872,6 @@ struct dsa_switch_ops { ...@@ -873,9 +872,6 @@ struct dsa_switch_ops {
*/ */
void (*adjust_link)(struct dsa_switch *ds, int port, void (*adjust_link)(struct dsa_switch *ds, int port,
struct phy_device *phydev); struct phy_device *phydev);
void (*fixed_link_update)(struct dsa_switch *ds, int port,
struct fixed_phy_status *st);
/* /*
* PHYLINK integration * PHYLINK integration
*/ */
......
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