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: lan966x: move unnecessary linux/sfp.h include

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>

authored by

Russell King (Oracle) and committed by
Jakub Kicinski
7ea8104d bf46390f

-1
-1
drivers/net/ethernet/microchip/lan966x/lan966x_phylink.c
··· 5 5 #include <linux/device.h> 6 6 #include <linux/netdevice.h> 7 7 #include <linux/phy/phy.h> 8 - #include <linux/sfp.h> 9 8 10 9 #include "lan966x_main.h" 11 10