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:
Gerard Marull-Paretas 2022-10-04 15:33:53 +02:00 committed by Carles Cufí
commit acc8cb4bc8
105 changed files with 109 additions and 3 deletions

View file

@ -7,6 +7,7 @@
#define DT_DRV_COMPAT nxp_imx_flexspi_nor
#include <zephyr/drivers/flash.h>
#include <zephyr/irq.h>
#include <zephyr/logging/log.h>
#include <zephyr/sys/util.h>
#include "spi_nor.h"