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
|
@ -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 \
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <dt-bindings/pinctrl/it8xxx2-pinctrl.h>
|
||||
#include <zephyr/dt-bindings/pinctrl/it8xxx2-pinctrl.h>
|
||||
|
||||
&pinctrl {
|
||||
/* ADC alternate function */
|
||||
|
|
Loading…
Reference in New Issue