Skip to content

Commit c360284

Browse files
gmarullcarlescufi
authored andcommitted
soc: xtensa: intel_adsp: add missing init.h
Some files were using SYS_INIT without including init.h. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent b11c5dd commit c360284

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

soc/xtensa/intel_adsp/ace/multiprocessing.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7+
#include <zephyr/init.h>
78
#include <zephyr/kernel.h>
89
#include <zephyr/sys/check.h>
910
#include <zephyr/arch/cpu.h>

soc/xtensa/intel_adsp/common/boot_complete.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#include <zephyr/arch/xtensa/arch.h>
66
#include <zephyr/device.h>
77
#include <zephyr/devicetree.h>
8+
#include <zephyr/init.h>
89
#include <errno.h>
910
#include <soc.h>
1011

0 commit comments

Comments
 (0)