diff options
author | Bard Liao <[email protected]> | 2024-10-16 18:23:23 +0800 |
---|---|---|
committer | Mark Brown <[email protected]> | 2024-10-17 18:42:09 +0100 |
commit | f35533a0e60946ee3fb8adccf8a36024c6f1fe40 (patch) | |
tree | a986a292736a54f39fa2930f3f00155b3061531d | |
parent | cab655772416379a925af9ea85769a9d3eecdba0 (diff) |
soundwire: sdw_intel: include linux/acpi.h
For the acpi_handle stuff.
Signed-off-by: Bard Liao <[email protected]>
Reviewed-by: Péter Ujfalusi <[email protected]>
Acked-by: Vinod Koul <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | include/linux/soundwire/sdw_intel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/soundwire/sdw_intel.h b/include/linux/soundwire/sdw_intel.h index 37ae69365fe2..fae345987b8c 100644 --- a/include/linux/soundwire/sdw_intel.h +++ b/include/linux/soundwire/sdw_intel.h @@ -4,6 +4,7 @@ #ifndef __SDW_INTEL_H #define __SDW_INTEL_H +#include <linux/acpi.h> #include <linux/irqreturn.h> #include <linux/soundwire/sdw.h> |