From cd97eae73b4bbe5f1cdc0b51bb2206e67567a8f1 Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Wed, 30 Aug 2023 09:37:40 +0200 Subject: [PATCH] soc: xtensa: intel_adsp: common: s/device.h/init.h soc.c was not using any device.h API, but init.h (SYS_INIT). Signed-off-by: Gerard Marull-Paretas --- soc/xtensa/intel_adsp/common/soc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soc/xtensa/intel_adsp/common/soc.c b/soc/xtensa/intel_adsp/common/soc.c index 491058ff113..97c481a165e 100644 --- a/soc/xtensa/intel_adsp/common/soc.c +++ b/soc/xtensa/intel_adsp/common/soc.c @@ -3,7 +3,7 @@ * * SPDX-License-Identifier: Apache-2.0 */ -#include +#include #include extern void power_init(void);