]> www.infradead.org Git - users/hch/misc.git/commit
net: phylink: Remove unused phylink_init_eee
authorDr. David Alan Gilbert <linux@treblig.org>
Thu, 6 Mar 2025 18:45:34 +0000 (18:45 +0000)
committerJakub Kicinski <kuba@kernel.org>
Sat, 8 Mar 2025 03:03:31 +0000 (19:03 -0800)
commitc8be7018d47cfdf36ae6b5bedddca9fc99cd2f0b
treebd531eb6b603204196c8e6a4ed0dacf4a3a6555a
parent865eddcf0afbcd54f79b81e6327ea40c997714c7
net: phylink: Remove unused phylink_init_eee

phylink_init_eee() is currently unused.

It was last added in 2019 by
commit 86e58135bc4a ("net: phylink: add phylink_init_eee() helper")
but it didn't actually wire a use up.

It had previous been removed in 2017 by
commit 939eae25d9a5 ("phylink: remove phylink_init_eee()").

Remove it again.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Reviewed-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Link: https://patch.msgid.link/20250306184534.246152-1-linux@treblig.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/phy/phylink.c
include/linux/phylink.h