drivers: serial: b91: add missing RISC-V PLIC header
Driver was using PLIC without including necessary headers. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
87bb281a9f
commit
3ed16b38e5
|
@ -11,6 +11,7 @@
|
|||
#include <zephyr/drivers/uart.h>
|
||||
#include <zephyr/drivers/pinctrl.h>
|
||||
#include <zephyr/irq.h>
|
||||
#include <zephyr/drivers/interrupt_controller/riscv_plic.h>
|
||||
|
||||
|
||||
/* Driver dts compatibility: telink,b91_uart */
|
||||
|
|
Loading…
Reference in a new issue