From: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Date: Wed, 18 Jan 2023 10:21:13 +0000 (+0000)
Subject: net: sfp: remove acpi.h include
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1154261ef0fb5df1ce819cb84e94e4fe0def3838;p=linux.git

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>
---

diff --git a/drivers/net/phy/sfp.c b/drivers/net/phy/sfp.c
index 64dfc5f1ea7be..99cd2b538126f 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>