drivers: pinctrl: it8xxx2: update include paths
Use the <zephyr/...> prefix. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
e00ad413d9
commit
0e5bc82b84
2 changed files with 3 additions and 3 deletions
|
@ -6,9 +6,9 @@
|
|||
|
||||
#define DT_DRV_COMPAT ite_it8xxx2_pinctrl_func
|
||||
|
||||
#include <drivers/pinctrl.h>
|
||||
#include <zephyr/drivers/pinctrl.h>
|
||||
|
||||
#include <logging/log.h>
|
||||
#include <zephyr/logging/log.h>
|
||||
LOG_MODULE_REGISTER(pinctrl_ite_it8xxx2, LOG_LEVEL_ERR);
|
||||
|
||||
#define GPIO_IT8XXX2_REG_BASE \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue