Skip to content

Commit ad3e128

Browse files
ffainellikuba-moo
authored andcommitted
net: dsa: Remove fixed_link_update member
We have not had a switch driver use a fixed_link_update callback since 58d56fc ("net: dsa: bcm_sf2: Get rid of PHYLIB functions") remove this callback. Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com> Reviewed-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk> Link: https://lore.kernel.org/r/20240430164816.2400606-2-florian.fainelli@broadcom.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent dcb3fba commit ad3e128

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

include/net/dsa.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
struct dsa_8021q_context;
2626
struct tc_action;
2727
struct phy_device;
28-
struct fixed_phy_status;
2928
struct phylink_link_state;
3029

3130
#define DSA_TAG_PROTO_NONE_VALUE 0
@@ -873,9 +872,6 @@ struct dsa_switch_ops {
873872
*/
874873
void (*adjust_link)(struct dsa_switch *ds, int port,
875874
struct phy_device *phydev);
876-
void (*fixed_link_update)(struct dsa_switch *ds, int port,
877-
struct fixed_phy_status *st);
878-
879875
/*
880876
* PHYLINK integration
881877
*/

0 commit comments

Comments
 (0)