include: add missing zephyr/irq.h include
Some files were using the IRQ APIs, e.g. irq_lock() without including zephyr/irq.h. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
b1a0d0ae86
commit
4010ac103e
|
@ -6,6 +6,7 @@
|
|||
|
||||
#include <zephyr/device.h>
|
||||
#include <zephyr/drivers/flash.h>
|
||||
#include <zephyr/irq.h>
|
||||
#include <zephyr/kernel.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue