Browse Source

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 <gerard@teslabs.com>
pull/67451/head
Gerard Marull-Paretas 2 years ago committed by Carles Cufí
parent
commit
87bb281a9f
  1. 2
      drivers/ieee802154/ieee802154_b91.c

2
drivers/ieee802154/ieee802154_b91.c

@ -26,6 +26,8 @@ LOG_MODULE_REGISTER(LOG_MODULE_NAME); @@ -26,6 +26,8 @@ LOG_MODULE_REGISTER(LOG_MODULE_NAME);
#include <zephyr/net/openthread.h>
#endif
#include <zephyr/drivers/interrupt_controller/riscv_plic.h>
#include "ieee802154_b91.h"

Loading…
Cancel
Save