net: sfp: remove acpi.h include
authorRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Wed, 18 Jan 2023 10:21:13 +0000 (10:21 +0000)
committerJakub Kicinski <kuba@kernel.org>
Fri, 20 Jan 2023 02:55:30 +0000 (18:55 -0800)
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>
drivers/net/phy/sfp.c

index 64dfc5f1ea7be95829ef168552018ebbce960f5b..99cd2b538126f8ac9c0a3df6e5ef84a5b7d35647 100644 (file)
@@ -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>