include: add missing irq.h include
Some modules use the IRQ API without including the necessary headers. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
e63b0bb3fe
commit
acc8cb4bc8
105 changed files with 109 additions and 3 deletions
|
@ -13,6 +13,7 @@
|
|||
#include <zephyr/dt-bindings/pinctrl/mchp-xec-pinctrl.h>
|
||||
#include <soc.h>
|
||||
#include <zephyr/arch/arm/aarch32/cortex_m/cmsis.h>
|
||||
#include <zephyr/irq.h>
|
||||
|
||||
#include "gpio_utils.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue