summaryrefslogtreecommitdiff
path: root/chip/npcx/uart.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/npcx/uart.c')
-rw-r--r--chip/npcx/uart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/npcx/uart.c b/chip/npcx/uart.c
index d77c3579c5..bc87b5921e 100644
--- a/chip/npcx/uart.c
+++ b/chip/npcx/uart.c
@@ -6,7 +6,6 @@
/* UART module for Chrome EC */
#include "clock.h"
-#include "clock_chip.h"
#include "common.h"
#include "console.h"
#include "gpio.h"
@@ -14,6 +13,7 @@
#include "hwtimer_chip.h"
#include "lpc.h"
#include "registers.h"
+#include "clock_chip.h"
#include "system.h"
#include "task.h"
#include "timer.h"