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 <gerard@teslabs.com>
This commit is contained in:
parent
6cdabb4dff
commit
cd97eae73b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#include <zephyr/device.h>
|
||||
#include <zephyr/init.h>
|
||||
#include <zephyr/linker/section_tags.h>
|
||||
|
||||
extern void power_init(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue