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 <gerard@teslabs.com>
This commit is contained in:
parent
36069b6c9a
commit
992f25b0c9
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
|||
#include <zephyr/drivers/gpio.h>
|
||||
#include <zephyr/irq.h>
|
||||
#include <zephyr/drivers/gpio/gpio_utils.h>
|
||||
#include <zephyr/drivers/interrupt_controller/riscv_plic.h>
|
||||
|
||||
|
||||
/* Driver dts compatibility: telink,b91_gpio */
|
||||
|
|
|
|||
Loading…
Reference in a new issue