net: lan966x: move unnecessary linux/sfp.h include
authorRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Fri, 4 Nov 2022 16:53:59 +0000 (16:53 +0000)
committerJakub Kicinski <kuba@kernel.org>
Tue, 8 Nov 2022 01:54:13 +0000 (17:54 -0800)
lan966x_phylink.c doesn't make use of anything from linux/sfp.h, so
remove this unnecessary include.

Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Link: https://lore.kernel.org/r/E1oqzx9-001r9g-HV@rmk-PC.armlinux.org.uk
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/microchip/lan966x/lan966x_phylink.c

index e4ac59480514b6037192aebefafb705a58ffe7d3..f9579a2ae676244cfc791e15a34378032c96c42d 100644 (file)
@@ -5,7 +5,6 @@
 #include <linux/device.h>
 #include <linux/netdevice.h>
 #include <linux/phy/phy.h>
-#include <linux/sfp.h>
 
 #include "lan966x_main.h"