diff options
author | Russell King (Oracle) <rmk+kernel@armlinux.org.uk> | 2023-01-18 10:21:13 +0000 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-01-19 18:55:30 -0800 |
commit | 1154261ef0fb5df1ce819cb84e94e4fe0def3838 (patch) | |
tree | ef4664cf36bacedd17bfd2f7d93a2e751b2249de /drivers/net/phy/sfp.c | |
parent | f35cb547865ca32084b108d79c44ddb71117b42d (diff) |
net: sfp: remove acpi.h include
Nothing in the sfp code now references anything from the ACPI header,
everything is done via fwnode APIs, so get rid of this header.
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/phy/sfp.c')
-rw-r--r-- | drivers/net/phy/sfp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/phy/sfp.c b/drivers/net/phy/sfp.c index 64dfc5f1ea7b..99cd2b538126 100644 --- a/drivers/net/phy/sfp.c +++ b/drivers/net/phy/sfp.c @@ -1,5 +1,4 @@ // SPDX-License-Identifier: GPL-2.0 -#include <linux/acpi.h> #include <linux/ctype.h> #include <linux/debugfs.h> #include <linux/delay.h> |