summaryrefslogtreecommitdiff
path: root/zephyr/app/ec/chip/riscv/riscv-ite/it8xxx2-espi.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/app/ec/chip/riscv/riscv-ite/it8xxx2-espi.c')
-rw-r--r--zephyr/app/ec/chip/riscv/riscv-ite/it8xxx2-espi.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/zephyr/app/ec/chip/riscv/riscv-ite/it8xxx2-espi.c b/zephyr/app/ec/chip/riscv/riscv-ite/it8xxx2-espi.c
index 3c623b5aac..6109964cb9 100644
--- a/zephyr/app/ec/chip/riscv/riscv-ite/it8xxx2-espi.c
+++ b/zephyr/app/ec/chip/riscv/riscv-ite/it8xxx2-espi.c
@@ -2,12 +2,11 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
-#include <zephyr/devicetree.h>
-#include <zephyr/logging/log.h>
-
+#include <soc_espi.h>
#include <ap_power/ap_power.h>
#include <chipset.h>
-#include <soc_espi.h>
+#include <zephyr/devicetree.h>
+#include <zephyr/logging/log.h>
LOG_MODULE_REGISTER(ec_chip_it8xxx2_espi, CONFIG_ESPI_LOG_LEVEL);