Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

net: usb: lan78xx: stop including phy_fixed.h

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>

authored by

Heiner Kallweit and committed by
Jakub Kicinski
5c3f832d 6b9fd885

-1
-1
drivers/net/usb/lan78xx.c
··· 26 26 #include <linux/irq.h> 27 27 #include <linux/irqchip/chained_irq.h> 28 28 #include <linux/microchipphy.h> 29 - #include <linux/phy_fixed.h> 30 29 #include <linux/of_mdio.h> 31 30 #include <linux/of_net.h> 32 31 #include "lan78xx.h"