net: dsa: no longer call ds->ops->get_mac_eee()
authorRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Mon, 6 Jan 2025 11:58:53 +0000 (11:58 +0000)
committerJakub Kicinski <kuba@kernel.org>
Wed, 8 Jan 2025 02:06:17 +0000 (18:06 -0800)
commit60c6e3a59299361a1057b0b61d8b0495f6eb7cf7
tree8a00223600cb7de25d214f6ccf3a722da0d9db20
parent22cedc609759edf414c519ae8242dd5461f4c4cd
net: dsa: no longer call ds->ops->get_mac_eee()

All implementations of get_mac_eee() now just return zero without doing
anything useful. Remove the call to this method in preparation to
removing the method from each DSA driver.

Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Link: https://patch.msgid.link/E1tUlkz-007Uyl-UA@rmk-PC.armlinux.org.uk
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/dsa/user.c