]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
net: dsa: mt753x: remove ksz_get_mac_eee()
authorRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Mon, 6 Jan 2025 11:59:09 +0000 (11:59 +0000)
committerJakub Kicinski <kuba@kernel.org>
Wed, 8 Jan 2025 02:06:17 +0000 (18:06 -0800)
mt753x_get_mac_eee() is no longer called by the core DSA code. Remove
it.

Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Reviewed-by: Chester A. Unal <chester.a.unal@arinc9.com>
Link: https://patch.msgid.link/E1tUllF-007Uz3-95@rmk-PC.armlinux.org.uk
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/dsa/mt7530.c

index 4c78d049b9f4686b8d3621b639f24e5ce5ea64b1..d2d0f091e49e915c6fcfbde1d196672b87e1f356 100644 (file)
@@ -3085,12 +3085,6 @@ mt753x_setup(struct dsa_switch *ds)
        return ret;
 }
 
-static int mt753x_get_mac_eee(struct dsa_switch *ds, int port,
-                             struct ethtool_keee *e)
-{
-       return 0;
-}
-
 static int mt753x_set_mac_eee(struct dsa_switch *ds, int port,
                              struct ethtool_keee *e)
 {
@@ -3233,7 +3227,6 @@ const struct dsa_switch_ops mt7530_switch_ops = {
        .port_mirror_del        = mt753x_port_mirror_del,
        .phylink_get_caps       = mt753x_phylink_get_caps,
        .support_eee            = dsa_supports_eee,
-       .get_mac_eee            = mt753x_get_mac_eee,
        .set_mac_eee            = mt753x_set_mac_eee,
        .conduit_state_change   = mt753x_conduit_state_change,
        .port_setup_tc          = mt753x_setup_tc,