drivers: serial: neorv32: add missing include
<soc.h> is needed for some NEORV32_SYSINFO_* definition. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
7e3b3dd258
commit
183dd20424
|
@ -11,9 +11,11 @@
|
|||
#include <zephyr/drivers/uart.h>
|
||||
#include <zephyr/pm/device.h>
|
||||
#include <zephyr/sys/sys_io.h>
|
||||
|
||||
#include <zephyr/logging/log.h>
|
||||
#include <zephyr/irq.h>
|
||||
|
||||
#include <soc.h>
|
||||
|
||||
LOG_MODULE_REGISTER(uart_neorv32, CONFIG_UART_LOG_LEVEL);
|
||||
|
||||
/* NEORV32 UART registers offsets */
|
||||
|
|
Loading…
Reference in a new issue