From: Andy Shevchenko Date: Mon, 31 Mar 2025 07:07:58 +0000 (+0300) Subject: ALSA/hda: intel-sdw-acpi: Remove (explicitly) unused header X-Git-Tag: v6.15-rc1~24^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=986da36806b1a45b8502f0cc23cfcc685c8f2a1c;p=thirdparty%2Fkernel%2Fstable.git ALSA/hda: intel-sdw-acpi: 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 Link: https://patch.msgid.link/20250331070758.3986134-1-andriy.shevchenko@linux.intel.com Signed-off-by: Takashi Iwai --- diff --git a/sound/hda/intel-sdw-acpi.c b/sound/hda/intel-sdw-acpi.c index 49d3e0e300735..8686adaf45310 100644 --- a/sound/hda/intel-sdw-acpi.c +++ b/sound/hda/intel-sdw-acpi.c @@ -11,8 +11,8 @@ #include #include #include -#include #include +#include #include #include