]> www.infradead.org Git - users/hch/misc.git/commitdiff
ASoC: amd: acp: Remove (explicitly) unused header
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 26 Aug 2025 13:27:16 +0000 (15:27 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 28 Aug 2025 14:26:59 +0000 (16:26 +0200)
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>
Message-ID: <20250826132734.278226-1-andriy.shevchenko@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/amd/acp/amd-sdw-acpi.c

index 238b584887eeadea6a9827438650e837b3b393ae..0160b0df26a09853686d0a11cf4a697a404a09e9 100644 (file)
@@ -17,8 +17,8 @@
 #include <linux/device.h>
 #include <linux/errno.h>
 #include <linux/export.h>
-#include <linux/fwnode.h>
 #include <linux/module.h>
+#include <linux/property.h>
 #include <linux/soundwire/sdw_amd.h>
 #include <linux/string.h>