drivers: intc: nxp_pint: s/device.h/init.h
File is just using APIs from init.h (SYS_INIT). Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
0ce1091126
commit
2f836ed788
|
@ -6,7 +6,7 @@
|
|||
|
||||
/* Based on STM32 EXTI driver, which is (c) 2016 Open-RnD Sp. z o.o. */
|
||||
|
||||
#include <zephyr/device.h>
|
||||
#include <zephyr/init.h>
|
||||
#include <zephyr/irq.h>
|
||||
#include <errno.h>
|
||||
#include <zephyr/drivers/interrupt_controller/nxp_pint.h>
|
||||
|
|
Loading…
Reference in a new issue