aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-03-09 16:42:17 +0100
committerFelix Held <felix-coreboot@felixheld.de>2021-03-10 19:18:03 +0000
commite4a7e46a9c1219ebffb94ea3de5181aaaf86f27c (patch)
treeb23b1fb780218cdb7467a8c4dfb5a4ceda7fb4b3 /src/soc/amd
parent2966e0d86372da3b4b767a200b22fccda6bbc0e9 (diff)
soc/amd/stoneyridge/smihandler: sort includes alphabetically
Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: Ib317493fe938fe961aed06557e655ed8498e2694 Reviewed-on: https://review.coreboot.org/c/coreboot/+/51382 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/soc/amd')
-rw-r--r--src/soc/amd/stoneyridge/smihandler.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/soc/amd/stoneyridge/smihandler.c b/src/soc/amd/stoneyridge/smihandler.c
index 75a82cf910..f9c4a5450a 100644
--- a/src/soc/amd/stoneyridge/smihandler.c
+++ b/src/soc/amd/stoneyridge/smihandler.c
@@ -1,18 +1,18 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-#include <arch/io.h>
-#include <console/console.h>
-#include <cpu/x86/smm.h>
-#include <cpu/x86/cache.h>
#include <acpi/acpi.h>
-#include <arch/hlt.h>
-#include <soc/smi.h>
-#include <soc/southbridge.h>
-#include <amdblocks/acpimmio.h>
#include <amdblocks/acpi.h>
+#include <amdblocks/acpimmio.h>
#include <amdblocks/smi.h>
#include <amdblocks/smm.h>
+#include <arch/hlt.h>
+#include <arch/io.h>
+#include <console/console.h>
+#include <cpu/x86/cache.h>
+#include <cpu/x86/smm.h>
#include <elog.h>
+#include <soc/smi.h>
+#include <soc/southbridge.h>
#include <types.h>
static void fch_apmc_smi_handler(void)