summaryrefslogtreecommitdiff
path: root/chip/mchp/lpc.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/mchp/lpc.c')
-rw-r--r--chip/mchp/lpc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/chip/mchp/lpc.c b/chip/mchp/lpc.c
index e41e4b0c78..da9b045b22 100644
--- a/chip/mchp/lpc.c
+++ b/chip/mchp/lpc.c
@@ -5,24 +5,24 @@
/* LPC module for MCHP MEC family */
-#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 "espi.h"
#include "port80.h"
#include "registers.h"
#include "system.h"
#include "task.h"
-#include "tfdp_chip.h"
#include "timer.h"
#include "util.h"
+#include "chipset.h"
+#include "tfdp_chip.h"
/* Console output macros */
#ifdef CONFIG_MCHP_DEBUG_LPC