All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] net: usb: lan78xx: stop including phy_fixed.h
@ 2025-07-03  5:49 Heiner Kallweit
  2025-07-03  8:11 ` Andrew Lunn
  2025-07-07 21:40 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Heiner Kallweit @ 2025-07-03  5:49 UTC (permalink / raw)
  To: Thangaraj Samynathan, Rengarajan Sundararajan,
	Microchip Linux Driver Support, Andrew Lunn, Jakub Kicinski,
	Paolo Abeni, Eric Dumazet, David Miller
  Cc: netdev@vger.kernel.org, Linux USB Mailing List, Oleksij Rempel

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>
---
 drivers/net/usb/lan78xx.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/usb/lan78xx.c b/drivers/net/usb/lan78xx.c
index f00284c9a..82ae9574c 100644
--- a/drivers/net/usb/lan78xx.c
+++ b/drivers/net/usb/lan78xx.c
@@ -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"
-- 
2.50.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-07-07 21:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-03  5:49 [PATCH net-next] net: usb: lan78xx: stop including phy_fixed.h Heiner Kallweit
2025-07-03  8:11 ` Andrew Lunn
2025-07-07 21:40 ` patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.