summaryrefslogtreecommitdiff
path: root/chip/mt_scp/mt818x/ipi.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/mt_scp/mt818x/ipi.c')
-rw-r--r--chip/mt_scp/mt818x/ipi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/mt_scp/mt818x/ipi.c b/chip/mt_scp/mt818x/ipi.c
index 723137d9c9..d0d9292fd1 100644
--- a/chip/mt_scp/mt818x/ipi.c
+++ b/chip/mt_scp/mt818x/ipi.c
@@ -24,13 +24,13 @@
#include "console.h"
#include "hooks.h"
#include "host_command.h"
+#include "hwtimer.h"
#include "ipi_chip.h"
#include "mkbp_event.h"
#include "power.h"
#include "system.h"
#include "task.h"
#include "util.h"
-#include "hwtimer.h"
#include "video.h"
#define CPRINTF(format, args...) cprintf(CC_IPI, format, ##args)