Skip to content

Commit 36069b6

Browse files
gmarullcarlescufi
authored andcommitted
drivers: gpio: sifive: add missing PLIC header
Driver is using the PLIC API without including the right header. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 6252e85 commit 36069b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpio/gpio_sifive.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#include <zephyr/sys/util.h>
1919
#include <zephyr/irq.h>
2020
#include <zephyr/irq_multilevel.h>
21-
21+
#include <zephyr/drivers/interrupt_controller/riscv_plic.h>
2222
#include <zephyr/drivers/gpio/gpio_utils.h>
2323

2424
typedef void (*sifive_cfg_func_t)(void);

0 commit comments

Comments
 (0)