summaryrefslogtreecommitdiff
path: root/zephyr/shim/chip/it8xxx2/gpio.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/chip/it8xxx2/gpio.c')
-rw-r--r--zephyr/shim/chip/it8xxx2/gpio.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/zephyr/shim/chip/it8xxx2/gpio.c b/zephyr/shim/chip/it8xxx2/gpio.c
index 8fb8bee2cf..3baf128eab 100644
--- a/zephyr/shim/chip/it8xxx2/gpio.c
+++ b/zephyr/shim/chip/it8xxx2/gpio.c
@@ -3,11 +3,11 @@
* found in the LICENSE file.
*/
-#include <device.h>
-#include <drivers/gpio.h>
-#include <kernel.h>
+#include <zephyr/device.h>
+#include <zephyr/drivers/gpio.h>
+#include <zephyr/kernel.h>
-#include <logging/log.h>
+#include <zephyr/logging/log.h>
#include "gpio/gpio.h"