diff options
author | Russell King (Oracle) <rmk+kernel@armlinux.org.uk> | 2022-11-04 16:53:59 +0000 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-11-07 17:54:13 -0800 |
commit | 7ea8104d9e3d5984ce9dba08fde0b849b88007ee (patch) | |
tree | db3e1d36e2789210d7e0cc793aee4fc734bfc923 /drivers/net | |
parent | bf46390f39c686d62afeae9845860e63886d63b7 (diff) |
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>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/ethernet/microchip/lan966x/lan966x_phylink.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/microchip/lan966x/lan966x_phylink.c b/drivers/net/ethernet/microchip/lan966x/lan966x_phylink.c index e4ac59480514..f9579a2ae676 100644 --- a/drivers/net/ethernet/microchip/lan966x/lan966x_phylink.c +++ b/drivers/net/ethernet/microchip/lan966x/lan966x_phylink.c @@ -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" |