summaryrefslogtreecommitdiff
path: root/zephyr/shim/chip/mchp/system_download_from_flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/chip/mchp/system_download_from_flash.c')
-rw-r--r--zephyr/shim/chip/mchp/system_download_from_flash.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/zephyr/shim/chip/mchp/system_download_from_flash.c b/zephyr/shim/chip/mchp/system_download_from_flash.c
index 51cdc5aab6..8f6304274f 100644
--- a/zephyr/shim/chip/mchp/system_download_from_flash.c
+++ b/zephyr/shim/chip/mchp/system_download_from_flash.c
@@ -2,13 +2,14 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
-#include <zephyr/dt-bindings/clock/npcx_clock.h>
-#include <stdnoreturn.h>
-
#include "common.h"
#include "soc.h"
#include "system_chip.h"
+#include <zephyr/dt-bindings/clock/npcx_clock.h>
+
+#include <stdnoreturn.h>
+
/* Modules Map */
#define WDT_NODE DT_INST(0, microchip_xec_watchdog)
#define STRUCT_WDT_REG_BASE_ADDR ((struct wdt_regs *)(DT_REG_ADDR(WDT_NODE)))