soc: xtensa: intel_adsp: add missing init.h
Some files were using SYS_INIT without including init.h. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
b11c5dd398
commit
c360284c6e
2 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <zephyr/init.h>
|
||||
#include <zephyr/kernel.h>
|
||||
#include <zephyr/sys/check.h>
|
||||
#include <zephyr/arch/cpu.h>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
#include <zephyr/arch/xtensa/arch.h>
|
||||
#include <zephyr/device.h>
|
||||
#include <zephyr/devicetree.h>
|
||||
#include <zephyr/init.h>
|
||||
#include <errno.h>
|
||||
#include <soc.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue