Skip to content

Commit 87bb281

Browse files
gmarullcarlescufi
authored andcommitted
drivers: ieee802154: b91: add missing PLIC include
Driver was using RISC-V PLIC API without including the necessary headers. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 992f25b commit 87bb281

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/ieee802154/ieee802154_b91.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ LOG_MODULE_REGISTER(LOG_MODULE_NAME);
2626
#include <zephyr/net/openthread.h>
2727
#endif
2828

29+
#include <zephyr/drivers/interrupt_controller/riscv_plic.h>
30+
2931
#include "ieee802154_b91.h"
3032

3133

0 commit comments

Comments
 (0)