summaryrefslogtreecommitdiff
path: root/zephyr/shim/chip/npcx/shi.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/chip/npcx/shi.c')
-rw-r--r--zephyr/shim/chip/npcx/shi.c15
1 files changed, 7 insertions, 8 deletions
diff --git a/zephyr/shim/chip/npcx/shi.c b/zephyr/shim/chip/npcx/shi.c
index 0cecc2c56e..8bec57252d 100644
--- a/zephyr/shim/chip/npcx/shi.c
+++ b/zephyr/shim/chip/npcx/shi.c
@@ -5,19 +5,18 @@
/* Functions needed by Serial Host Interface module for Chrome EC */
-#include "chipset.h"
-#include "drivers/cros_shi.h"
-#include "hooks.h"
-#include "host_command.h"
-#include "system.h"
-
#include <zephyr/device.h>
#include <zephyr/dt-bindings/clock/npcx_clock.h>
-#include <zephyr/kernel.h>
#include <zephyr/logging/log.h>
+#include <soc.h>
+#include <zephyr/kernel.h>
#include <ap_power/ap_power.h>
-#include <soc.h>
+#include "chipset.h"
+#include "drivers/cros_shi.h"
+#include "hooks.h"
+#include "host_command.h"
+#include "system.h"
LOG_MODULE_REGISTER(shim_cros_shi, LOG_LEVEL_DBG);