Skip to content

Commit 986da36

Browse files
andy-shevtiwai
authored andcommitted
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 <andriy.shevchenko@linux.intel.com> Link: https://patch.msgid.link/20250331070758.3986134-1-andriy.shevchenko@linux.intel.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent e518230 commit 986da36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/hda/intel-sdw-acpi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
#include <linux/device.h>
1212
#include <linux/errno.h>
1313
#include <linux/export.h>
14-
#include <linux/fwnode.h>
1514
#include <linux/module.h>
15+
#include <linux/property.h>
1616
#include <linux/soundwire/sdw_intel.h>
1717
#include <linux/string.h>
1818

0 commit comments

Comments
 (0)