]> git.ipfire.org Git - thirdparty/linux.git/commit
net: phy: remove function stubs
authorHeiner Kallweit <hkallweit1@gmail.com>
Fri, 18 Apr 2025 09:04:01 +0000 (11:04 +0200)
committerJakub Kicinski <kuba@kernel.org>
Wed, 23 Apr 2025 23:56:39 +0000 (16:56 -0700)
commit52358dd63e348c3b6c488acc105be1aeda8fb923
tree4450741e6ae5e5fa030ddff318765f373c8e2c1f
parentf0cc3777b2db18307d9734edf2d16e046714760f
net: phy: remove function stubs

All callers of these functions depend on PHYLIB or select it directly
or indirectly by selecting PHYLINK. Stubs make sense for optional
functionality, but that's not the case here.

MDIO_XGENE usually is selected by NET_XGENE which also selects PHYLIB.
Add a dependency to PHYLIB nevertheless, in order not to break
randconfig builds.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Link: https://patch.msgid.link/f7a69a1f-60e9-4ac0-8b7c-481e0cc850e7@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/mdio/Kconfig
include/linux/phy.h