summaryrefslogtreecommitdiff
path: root/chip/ish/clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/ish/clock.c')
-rw-r--r--chip/ish/clock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/ish/clock.c b/chip/ish/clock.c
index f9fec0b7d2..e46c4278b7 100644
--- a/chip/ish/clock.c
+++ b/chip/ish/clock.c
@@ -7,8 +7,8 @@
#include "clock.h"
#include "common.h"
-#include "power_mgt.h"
#include "util.h"
+#include "power_mgt.h"
/* Console output macros */
#define CPUTS(outstr) cputs(CC_CLOCK, outstr)