mirror of https://github.com/torvalds/linux.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 <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>
This commit is contained in:
parent
0a07a5af23
commit
6b2ffe2bb0
|
|
@ -19,11 +19,11 @@
|
||||||
#define pr_fmt(fmt) "ACPI: VIOT: " fmt
|
#define pr_fmt(fmt) "ACPI: VIOT: " fmt
|
||||||
|
|
||||||
#include <linux/acpi_viot.h>
|
#include <linux/acpi_viot.h>
|
||||||
#include <linux/fwnode.h>
|
|
||||||
#include <linux/iommu.h>
|
#include <linux/iommu.h>
|
||||||
#include <linux/list.h>
|
#include <linux/list.h>
|
||||||
#include <linux/pci.h>
|
#include <linux/pci.h>
|
||||||
#include <linux/platform_device.h>
|
#include <linux/platform_device.h>
|
||||||
|
#include <linux/property.h>
|
||||||
|
|
||||||
struct viot_iommu {
|
struct viot_iommu {
|
||||||
/* Node offset within the table */
|
/* Node offset within the table */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue