drivers: mbox: nxp_mailbox: add missing include
Add irq.h for IRQ_CONNECT. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
79490b9dc1
commit
e43ffcb5cd
|
@ -8,6 +8,7 @@
|
|||
|
||||
#include <zephyr/devicetree.h>
|
||||
#include <zephyr/drivers/mbox.h>
|
||||
#include <zephyr/irq.h>
|
||||
#include <zephyr/sys/util_macro.h>
|
||||
#include <fsl_mailbox.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue