summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/crashlog
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-12-18 09:28:31 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-12-20 12:35:57 +0000
commit17a9849010c522a9dc41eb250102735633bf5e12 (patch)
treeeb94c7c71e1415dfb1f932a6f616bcfdd54365fa /src/soc/intel/common/block/crashlog
parent63444c7739f43903275311e73c58ab46f0342c6e (diff)
downloadcoreboot-17a9849010c522a9dc41eb250102735633bf5e12.tar.gz
coreboot-17a9849010c522a9dc41eb250102735633bf5e12.tar.bz2
coreboot-17a9849010c522a9dc41eb250102735633bf5e12.zip
soc/intel/*/crashlog.[ch]: Remove unused includes
Change-Id: I126d49c27302e1ed2e00ff491d59cadda7101d12 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/70924 Reviewed-by: Subrata Banik <subratabanik@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/common/block/crashlog')
-rw-r--r--src/soc/intel/common/block/crashlog/crashlog.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/soc/intel/common/block/crashlog/crashlog.c b/src/soc/intel/common/block/crashlog/crashlog.c
index 2bdf2cc2eb15..594926469067 100644
--- a/src/soc/intel/common/block/crashlog/crashlog.c
+++ b/src/soc/intel/common/block/crashlog/crashlog.c
@@ -1,9 +1,11 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#include <console/console.h>
#include <cbmem.h>
+#include <console/console.h>
#include <delay.h>
+#include <device/mmio.h>
#include <intelblocks/crashlog.h>
+#include <intelblocks/pmc_ipc.h>
#include <string.h>
int __weak cl_get_cpu_record_size(void)