From 76cb2a54f51f3507108c317c9b52d67fd51f71b1 Mon Sep 17 00:00:00 2001 From: Flavio Ceolin Date: Tue, 24 Oct 2023 14:22:15 -0700 Subject: [PATCH] intel_adsp: Do not include device_runtime header Device runtime header is not needed in intel_adsp_ipc header. Signed-off-by: Flavio Ceolin --- soc/xtensa/intel_adsp/common/include/intel_adsp_ipc.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/soc/xtensa/intel_adsp/common/include/intel_adsp_ipc.h b/soc/xtensa/intel_adsp/common/include/intel_adsp_ipc.h index 2bca8c9c5b8..ca1ddfb573b 100644 --- a/soc/xtensa/intel_adsp/common/include/intel_adsp_ipc.h +++ b/soc/xtensa/intel_adsp/common/include/intel_adsp_ipc.h @@ -7,10 +7,7 @@ #include #include #include -#ifdef CONFIG_PM_DEVICE_RUNTIME #include -#include -#endif struct intel_adsp_ipc_config { volatile struct intel_adsp_ipc *regs;