include: add missing zephyr/irq.h include
Change automated searching for files using "IRQ_CONNECT()" API not including <zephyr/irq.h>. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
c109491f1a
commit
178bdc4afc
226 changed files with 227 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
#include <zephyr/sys/__assert.h>
|
||||
#include "i2s_litex.h"
|
||||
#include <zephyr/logging/log.h>
|
||||
#include <zephyr/irq.h>
|
||||
|
||||
LOG_MODULE_REGISTER(i2s_litex);
|
||||
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
|
||||
#include "i2s_ll_stm32.h"
|
||||
#include <zephyr/logging/log.h>
|
||||
#include <zephyr/irq.h>
|
||||
LOG_MODULE_REGISTER(i2s_ll_stm32);
|
||||
|
||||
/* FIXME change to
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
#include <fsl_i2s.h>
|
||||
#include <fsl_dma.h>
|
||||
#include <zephyr/logging/log.h>
|
||||
#include <zephyr/irq.h>
|
||||
#ifdef CONFIG_PINCTRL
|
||||
#include <zephyr/drivers/pinctrl.h>
|
||||
#endif
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
#define LOG_DOMAIN dev_i2s_mcux
|
||||
#define LOG_LEVEL CONFIG_I2S_LOG_LEVEL
|
||||
#include <zephyr/logging/log.h>
|
||||
#include <zephyr/irq.h>
|
||||
|
||||
LOG_MODULE_REGISTER(LOG_DOMAIN);
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
#include <nrfx_i2s.h>
|
||||
|
||||
#include <zephyr/logging/log.h>
|
||||
#include <zephyr/irq.h>
|
||||
LOG_MODULE_REGISTER(i2s_nrfx, CONFIG_I2S_LOG_LEVEL);
|
||||
|
||||
struct stream_cfg {
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
#define LOG_DOMAIN dev_i2s_sam_ssc
|
||||
#define LOG_LEVEL CONFIG_I2S_LOG_LEVEL
|
||||
#include <zephyr/logging/log.h>
|
||||
#include <zephyr/irq.h>
|
||||
LOG_MODULE_REGISTER(LOG_DOMAIN);
|
||||
|
||||
#if __DCACHE_PRESENT == 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue