summaryrefslogtreecommitdiff
path: root/chip/npcx/system-npcx9.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/npcx/system-npcx9.c')
-rw-r--r--chip/npcx/system-npcx9.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/chip/npcx/system-npcx9.c b/chip/npcx/system-npcx9.c
index 386544ed04..5cacbec749 100644
--- a/chip/npcx/system-npcx9.c
+++ b/chip/npcx/system-npcx9.c
@@ -11,16 +11,16 @@
#include "console.h"
#include "cpu.h"
#include "ec_commands.h"
-#include "gpio.h"
#include "hooks.h"
-#include "hwtimer_chip.h"
#include "lct_chip.h"
#include "registers.h"
-#include "rom_chip.h"
#include "system.h"
-#include "system_chip.h"
#include "task.h"
#include "util.h"
+#include "gpio.h"
+#include "hwtimer_chip.h"
+#include "system_chip.h"
+#include "rom_chip.h"
#define CPRINTS(format, args...) cprints(CC_SYSTEM, format, ##args)
#define CPRINTF(format, args...) cprintf(CC_SYSTEM, format, ##args)