From: Andy Shevchenko Date: Mon, 31 Mar 2025 07:23:11 +0000 (+0300) Subject: ACPI: VIOT: Remove (explicitly) unused header X-Git-Tag: v6.16-rc1~161^2~3^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b2ffe2bb0157e1295f920090071c985e89ce893;p=thirdparty%2Flinux.git ACPI: VIOT: Remove (explicitly) unused header The fwnode.h is not supposed to be used by the drivers as it has the definitions for the core parts for different device property provider implementations. Drop it. Note, that fwnode API for drivers is provided in property.h which is included here. Signed-off-by: Andy Shevchenko Reviewed-by: Jean-Philippe Brucker Link: https://patch.msgid.link/20250331072311.3987967-1-andriy.shevchenko@linux.intel.com Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/acpi/viot.c b/drivers/acpi/viot.c index 2aa69a2fba73b..c13a20365c2c9 100644 --- a/drivers/acpi/viot.c +++ b/drivers/acpi/viot.c @@ -19,11 +19,11 @@ #define pr_fmt(fmt) "ACPI: VIOT: " fmt #include -#include #include #include #include #include +#include struct viot_iommu { /* Node offset within the table */