drivers: entropy: neorv32: add missing soc.h include
Add missing soc.h include for NEORV32_SYSINFO_FEATURES. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
parent
dde9e48394
commit
ded0d48779
|
@ -9,10 +9,12 @@
|
|||
#include <zephyr/device.h>
|
||||
#include <zephyr/drivers/syscon.h>
|
||||
#include <zephyr/drivers/entropy.h>
|
||||
#include <zephyr/logging/log.h>
|
||||
#include <zephyr/pm/device.h>
|
||||
#include <zephyr/sys/sys_io.h>
|
||||
|
||||
#include <zephyr/logging/log.h>
|
||||
#include <soc.h>
|
||||
|
||||
LOG_MODULE_REGISTER(neorv32_trng, CONFIG_ENTROPY_LOG_LEVEL);
|
||||
|
||||
/* TRNG CTRL register bits */
|
||||
|
|
Loading…
Reference in a new issue