soc: riscv: riscv-privilege: andes_v5: make smu.h self contained

The header was not self-contained: it uses DT and utility macros but
<devicetree.h> and <sys/util_macro.h> were not included.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2022-01-04 09:53:08 +01:00 committed by Carles Cufí
commit 130b06a0fd

View file

@ -11,6 +11,9 @@
#ifndef SOC_RISCV_ANDES_V5_SMU_H_
#define SOC_RISCV_ANDES_V5_SMU_H_
#include <devicetree.h>
#include <sys/util_macro.h>
/*
* SMU Register Base Address
*/