Skip to content

Commit 3ed16b3

Browse files
gmarullcarlescufi
authored andcommitted
drivers: serial: b91: add missing RISC-V PLIC header
Driver was using PLIC without including necessary headers. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 87bb281 commit 3ed16b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/serial/uart_b91.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include <zephyr/drivers/uart.h>
1212
#include <zephyr/drivers/pinctrl.h>
1313
#include <zephyr/irq.h>
14+
#include <zephyr/drivers/interrupt_controller/riscv_plic.h>
1415

1516

1617
/* Driver dts compatibility: telink,b91_uart */

0 commit comments

Comments
 (0)