summaryrefslogtreecommitdiff
path: root/chip/mt_scp/mt8195/clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/mt_scp/mt8195/clock.c')
-rw-r--r--chip/mt_scp/mt8195/clock.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/chip/mt_scp/mt8195/clock.c b/chip/mt_scp/mt8195/clock.c
index 779f356bab..2ed3fab4a1 100644
--- a/chip/mt_scp/mt8195/clock.c
+++ b/chip/mt_scp/mt8195/clock.c
@@ -5,6 +5,9 @@
/* Clocks, PLL and power settings */
+#include <assert.h>
+#include <string.h>
+
#include "clock.h"
#include "common.h"
#include "console.h"
@@ -17,9 +20,6 @@
#include "task.h"
#include "timer.h"
-#include <assert.h>
-#include <string.h>
-
#define CPRINTF(format, args...) cprintf(CC_CLOCK, format, ##args)
#define CPRINTS(format, args...) cprints(CC_CLOCK, format, ##args)