aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBard Liao <[email protected]>2024-10-16 18:23:23 +0800
committerMark Brown <[email protected]>2024-10-17 18:42:09 +0100
commitf35533a0e60946ee3fb8adccf8a36024c6f1fe40 (patch)
treea986a292736a54f39fa2930f3f00155b3061531d
parentcab655772416379a925af9ea85769a9d3eecdba0 (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.h1
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>