]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net: phy: fixed_phy: remove struct fixed_mdio_bus
authorHeiner Kallweit <hkallweit1@gmail.com>
Sat, 6 Sep 2025 22:02:44 +0000 (00:02 +0200)
committerJakub Kicinski <kuba@kernel.org>
Wed, 10 Sep 2025 01:11:55 +0000 (18:11 -0700)
commit2983825579358887a59cd9f76d55d5f54f659ebf
tree881df9e7be1a0734f22548a712c418c96445152e
parentf8db55c8eb8e9d958694bae6958d5a3467caabb2
net: phy: fixed_phy: remove struct fixed_mdio_bus

Use two separate static variables instead of the struct, this allows
to simplify the code.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/phy/fixed_phy.c