Skip to content

Commit 992f25b

Browse files
gmarullcarlescufi
authored andcommitted
drivers: gpio: b91: add missing PLIC header
Driver is using the RISC-V PLIC interrupt controller without including the necessary headers. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 36069b6 commit 992f25b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpio/gpio_b91.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include <zephyr/drivers/gpio.h>
1111
#include <zephyr/irq.h>
1212
#include <zephyr/drivers/gpio/gpio_utils.h>
13+
#include <zephyr/drivers/interrupt_controller/riscv_plic.h>
1314

1415

1516
/* Driver dts compatibility: telink,b91_gpio */

0 commit comments

Comments
 (0)