]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
net: dsa: ksz: remove ksz_get_mac_eee()
authorRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Mon, 6 Jan 2025 11:59:04 +0000 (11:59 +0000)
committerJakub Kicinski <kuba@kernel.org>
Wed, 8 Jan 2025 02:06:17 +0000 (18:06 -0800)
ksz_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>
Link: https://patch.msgid.link/E1tUllA-007Uyx-4o@rmk-PC.armlinux.org.uk
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/dsa/microchip/ksz_common.c

index 60a4630dd7ba2357b0c2b19389b35e9a5ce0cba4..89f0796894af6621fe0261b3472c822254c82cb7 100644 (file)
@@ -3489,12 +3489,6 @@ static bool ksz_support_eee(struct dsa_switch *ds, int port)
        return false;
 }
 
-static int ksz_get_mac_eee(struct dsa_switch *ds, int port,
-                          struct ethtool_keee *e)
-{
-       return 0;
-}
-
 static int ksz_set_mac_eee(struct dsa_switch *ds, int port,
                           struct ethtool_keee *e)
 {
@@ -4664,7 +4658,6 @@ static const struct dsa_switch_ops ksz_switch_ops = {
        .cls_flower_del         = ksz_cls_flower_del,
        .port_setup_tc          = ksz_setup_tc,
        .support_eee            = ksz_support_eee,
-       .get_mac_eee            = ksz_get_mac_eee,
        .set_mac_eee            = ksz_set_mac_eee,
        .port_get_default_prio  = ksz_port_get_default_prio,
        .port_set_default_prio  = ksz_port_set_default_prio,