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.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/zephyr/shim/chip/it8xxx2/gpio.c b/zephyr/shim/chip/it8xxx2/gpio.c
index 16eb7a3963..7106b2a294 100644
--- a/zephyr/shim/chip/it8xxx2/gpio.c
+++ b/zephyr/shim/chip/it8xxx2/gpio.c
@@ -3,13 +3,14 @@
* found in the LICENSE file.
*/
-#include "gpio/gpio.h"
-
#include <zephyr/device.h>
#include <zephyr/drivers/gpio.h>
#include <zephyr/kernel.h>
+
#include <zephyr/logging/log.h>
+#include "gpio/gpio.h"
+
LOG_MODULE_REGISTER(shim_cros_gpio, LOG_LEVEL_ERR);
static const struct unused_pin_config unused_pin_configs[] = {