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, 11 insertions, 8 deletions
diff --git a/chip/mchp/espi.c b/chip/mchp/espi.c
index 53d17e90b2..371cf09c5e 100644
--- a/chip/mchp/espi.c
+++ b/chip/mchp/espi.c
@@ -5,26 +5,29 @@
/* ESPI module for Chrome EC */
-#include "acpi.h"
-#include "chipset.h"
#include "common.h"
+#include "acpi.h"
#include "console.h"
-#include "espi.h"
#include "gpio.h"
#include "hooks.h"
#include "host_command.h"
#include "keyboard_protocol.h"
-#include "lpc.h"
-#include "lpc_chip.h"
#include "port80.h"
-#include "power.h"
+#include "util.h"
+#include "chipset.h"
+
#include "registers.h"
+#include "espi.h"
+#include "lpc.h"
+#include "lpc_chip.h"
#include "system.h"
#include "task.h"
-#include "tfdp_chip.h"
-#include "timer.h"
+#include "console.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