summaryrefslogtreecommitdiff
path: root/zephyr/shim/chip/npcx/npcx_monitor/npcx_monitor.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/chip/npcx/npcx_monitor/npcx_monitor.c')
-rw-r--r--zephyr/shim/chip/npcx/npcx_monitor/npcx_monitor.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/zephyr/shim/chip/npcx/npcx_monitor/npcx_monitor.c b/zephyr/shim/chip/npcx/npcx_monitor/npcx_monitor.c
index 3062ed98a4..e3fecc0cbd 100644
--- a/zephyr/shim/chip/npcx/npcx_monitor/npcx_monitor.c
+++ b/zephyr/shim/chip/npcx/npcx_monitor/npcx_monitor.c
@@ -5,14 +5,12 @@
* NPCX SoC spi flash update tool - monitor firmware
*/
+#include <stdint.h>
+#include <zephyr/sys/util.h>
#include "config_chip.h"
#include "npcx_monitor.h"
#include "registers.h"
-#include <stdint.h>
-
-#include <zephyr/sys/util.h>
-
/*
* TODO(b/197162681): This was copied from chip/npcx/spiflashfw but this
* needs to be moved to Zephyr upstream