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
|
@ -15,6 +15,7 @@
|
|||
#include <zephyr/sys/byteorder.h>
|
||||
#include <fsl_flexcan.h>
|
||||
#include <zephyr/logging/log.h>
|
||||
#include <zephyr/irq.h>
|
||||
|
||||
#ifdef CONFIG_PINCTRL
|
||||
#include <zephyr/drivers/pinctrl.h>
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
#include <zephyr/drivers/pinctrl.h>
|
||||
#endif
|
||||
#include <zephyr/logging/log.h>
|
||||
#include <zephyr/irq.h>
|
||||
|
||||
#include "can_mcan.h"
|
||||
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
#include <zephyr/drivers/clock_control/renesas_cpg_mssr.h>
|
||||
#include <zephyr/drivers/pinctrl.h>
|
||||
#include <zephyr/logging/log.h>
|
||||
#include <zephyr/irq.h>
|
||||
|
||||
LOG_MODULE_REGISTER(can_rcar, CONFIG_CAN_LOG_LEVEL);
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
#include <soc.h>
|
||||
#include <zephyr/kernel.h>
|
||||
#include <zephyr/logging/log.h>
|
||||
#include <zephyr/irq.h>
|
||||
|
||||
#include "can_mcan.h"
|
||||
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
#include <stdbool.h>
|
||||
#include <zephyr/drivers/can.h>
|
||||
#include <zephyr/logging/log.h>
|
||||
#include <zephyr/irq.h>
|
||||
|
||||
#include "can_stm32.h"
|
||||
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
#include <soc.h>
|
||||
#include <stm32_ll_rcc.h>
|
||||
#include <zephyr/logging/log.h>
|
||||
#include <zephyr/irq.h>
|
||||
|
||||
#include "can_mcan.h"
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
#include <zephyr/kernel.h>
|
||||
#include <stm32_ll_rcc.h>
|
||||
#include <zephyr/logging/log.h>
|
||||
#include <zephyr/irq.h>
|
||||
|
||||
#include "can_mcan.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue