From: Alexander Duyck Date: Wed, 19 Mar 2025 17:46:25 +0000 (-0700) Subject: net: phylink: Remove unused function pointer from phylink structure X-Git-Tag: v6.15-rc1~160^2~43 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c3ad9d9e7da81711b30412b07b4535f3c75f28eb;p=thirdparty%2Fkernel%2Flinux.git net: phylink: Remove unused function pointer from phylink structure From what I can tell the .get_fixed_state pointer in the phylink structure hasn't been used since commit 5c05c1dbb177 ("net: phylink, dsa: eliminate phylink_fixed_state_cb()") . Since I can't find any users for it we might as well just drop the pointer. Signed-off-by: Alexander Duyck Reviewed-by: Jacob Keller Reviewed-by: Russell King (Oracle) Link: https://patch.msgid.link/174240634772.1745174.5690351737682751849.stgit@ahduyck-xeon-server.home.arpa Signed-off-by: Jakub Kicinski --- diff --git a/drivers/net/phy/phylink.c b/drivers/net/phy/phylink.c index 0f70a7f3dfccd..16a1f31f00911 100644 --- a/drivers/net/phy/phylink.c +++ b/drivers/net/phy/phylink.c @@ -72,8 +72,6 @@ struct phylink { struct gpio_desc *link_gpio; unsigned int link_irq; struct timer_list link_poll; - void (*get_fixed_state)(struct net_device *dev, - struct phylink_link_state *s); struct mutex state_mutex; struct phylink_link_state phy_state;