]> Gentwo Git Trees - linux/.git/commit
net: phy: fixed_phy: remove unused interrupt support
authorHeiner Kallweit <hkallweit1@gmail.com>
Sat, 6 Sep 2025 22:00:10 +0000 (00:00 +0200)
committerJakub Kicinski <kuba@kernel.org>
Wed, 10 Sep 2025 01:11:47 +0000 (18:11 -0700)
commitfecf7087f0a32151f146ce6c6a7fd30b4b1a838d
treebec7b94ee046e8ffcd9abd44d3334cb04bcd9ed8
parentd436b5abba4f80e968b3ff83be4363c7aedcc799
net: phy: fixed_phy: remove unused interrupt support

The two callers of __fixed_phy_add() both pass PHY_POLL, so we can
remove the irq argument to simplify the function.

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