summaryrefslogtreecommitdiff
path: root/chip/max32660/gpio_chip.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/max32660/gpio_chip.c')
-rw-r--r--chip/max32660/gpio_chip.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/chip/max32660/gpio_chip.c b/chip/max32660/gpio_chip.c
index b6deaa9111..cc54f9055f 100644
--- a/chip/max32660/gpio_chip.c
+++ b/chip/max32660/gpio_chip.c
@@ -6,16 +6,16 @@
/* MAX32660 GPIO module for Chrome EC */
#include "clock.h"
-#include "common.h"
#include "console.h"
+#include "common.h"
#include "gpio.h"
-#include "gpio_regs.h"
#include "hooks.h"
-#include "registers.h"
#include "switch.h"
#include "task.h"
#include "timer.h"
#include "util.h"
+#include "registers.h"
+#include "gpio_regs.h"
#define CPRINTF(format, args...) cprintf(CC_GPIO, format, ##args)
#define CPRINTS(format, args...) cprints(CC_GPIO, format, ##args)