Skip to content

Commit

Permalink
drivers: mbox: nxp_mailbox: add missing include
Browse files Browse the repository at this point in the history
Add irq.h for IRQ_CONNECT.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
  • Loading branch information
gmarull authored and fabiobaltieri committed Mar 7, 2024
1 parent 79490b9 commit e43ffcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/mbox/mbox_nxp_mailbox.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit e43ffcb

Please sign in to comment.