summaryrefslogtreecommitdiff
path: root/chip/mchp/espi.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/mchp/espi.c')
-rw-r--r--chip/mchp/espi.c19
1 files changed, 8 insertions, 11 deletions
diff --git a/chip/mchp/espi.c b/chip/mchp/espi.c
index 371cf09c5e..53d17e90b2 100644
--- a/chip/mchp/espi.c
+++ b/chip/mchp/espi.c
@@ -5,29 +5,26 @@
/* ESPI module for Chrome EC */
-#include "common.h"
#include "acpi.h"
+#include "chipset.h"
+#include "common.h"
#include "console.h"
+#include "espi.h"
#include "gpio.h"
#include "hooks.h"
#include "host_command.h"
#include "keyboard_protocol.h"
-#include "port80.h"
-#include "util.h"
-#include "chipset.h"
-
-#include "registers.h"
-#include "espi.h"
#include "lpc.h"
#include "lpc_chip.h"
+#include "port80.h"
+#include "power.h"
+#include "registers.h"
#include "system.h"
#include "task.h"
-#include "console.h"
+#include "tfdp_chip.h"
+#include "timer.h"
#include "uart.h"
#include "util.h"
-#include "power.h"
-#include "timer.h"
-#include "tfdp_chip.h"
/* Console output macros */
#ifdef CONFIG_MCHP_ESPI_DEBUG