drivers: gpio: ite_it8xxx2: add missing init.h
File was using SYS_INIT without including init.h. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
e788b8b45b
commit
e3e2a708b2
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
#include <zephyr/drivers/gpio.h>
|
||||
#include <zephyr/dt-bindings/gpio/ite-it8xxx2-gpio.h>
|
||||
#include <zephyr/dt-bindings/interrupt-controller/ite-intc.h>
|
||||
#include <zephyr/init.h>
|
||||
#include <zephyr/irq.h>
|
||||
#include <zephyr/types.h>
|
||||
#include <zephyr/sys/util.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue