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