intel_adsp: power: add missing header

After commit e195739565 function bmemcpy require soc_util include.

Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>
This commit is contained in:
Tomasz Leman 2023-04-28 10:35:18 +02:00 committed by Anas Nashif
parent 322f5ad4ef
commit 04d97569d1

View file

@ -9,6 +9,7 @@
#include <zephyr/debug/sparse.h>
#include <zephyr/cache.h>
#include <cpu_init.h>
#include <soc_util.h>
#include <adsp_boot.h>
#include <adsp_power.h>