summaryrefslogtreecommitdiff
path: root/zephyr/shim/chip/it8xxx2/clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/chip/it8xxx2/clock.c')
-rw-r--r--zephyr/shim/chip/it8xxx2/clock.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/zephyr/shim/chip/it8xxx2/clock.c b/zephyr/shim/chip/it8xxx2/clock.c
index a4df87dc1d..14dbc0e7eb 100644
--- a/zephyr/shim/chip/it8xxx2/clock.c
+++ b/zephyr/shim/chip/it8xxx2/clock.c
@@ -3,16 +3,15 @@
* found in the LICENSE file.
*/
-#include "module_id.h"
-
#include <zephyr/device.h>
#include <zephyr/drivers/clock_control.h>
#include <zephyr/kernel.h>
#include <zephyr/logging/log.h>
-#include <zephyr/sys/util.h>
-
#include <soc.h>
#include <soc/ite_it8xxx2/reg_def_cros.h>
+#include <zephyr/sys/util.h>
+
+#include "module_id.h"
LOG_MODULE_REGISTER(shim_clock, LOG_LEVEL_ERR);