Skip to content

Commit 6b2ffe2

Browse files
andy-shevrafaeljw
authored andcommitted
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 <andriy.shevchenko@linux.intel.com> Reviewed-by: Jean-Philippe Brucker <jean-philippe@linaro.org> Link: https://patch.msgid.link/20250331072311.3987967-1-andriy.shevchenko@linux.intel.com Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 0a07a5a commit 6b2ffe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/acpi/viot.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
#define pr_fmt(fmt) "ACPI: VIOT: " fmt
2020

2121
#include <linux/acpi_viot.h>
22-
#include <linux/fwnode.h>
2322
#include <linux/iommu.h>
2423
#include <linux/list.h>
2524
#include <linux/pci.h>
2625
#include <linux/platform_device.h>
26+
#include <linux/property.h>
2727

2828
struct viot_iommu {
2929
/* Node offset within the table */

0 commit comments

Comments
 (0)