]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
net: usb: lan78xx: stop including phy_fixed.h
authorHeiner Kallweit <hkallweit1@gmail.com>
Thu, 3 Jul 2025 05:49:12 +0000 (07:49 +0200)
committerJakub Kicinski <kuba@kernel.org>
Mon, 7 Jul 2025 21:30:09 +0000 (14:30 -0700)
Since e110bc825897 ("net: usb: lan78xx: Convert to PHYLINK for improved
PHY and MAC management") this header isn't needed any longer.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://patch.msgid.link/626d389a-0f33-4b45-8949-ad53e89c36f5@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/usb/lan78xx.c

index f3347fb0c400942b72ac6221df957fb16fab49bc..1ff25f57329a81b017524eb1bc43fcf22e946064 100644 (file)
@@ -26,7 +26,6 @@
 #include <linux/irq.h>
 #include <linux/irqchip/chained_irq.h>
 #include <linux/microchipphy.h>
-#include <linux/phy_fixed.h>
 #include <linux/of_mdio.h>
 #include <linux/of_net.h>
 #include "lan78xx.h"