summaryrefslogtreecommitdiff
path: root/src/soc/intel/alderlake/crashlog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/alderlake/crashlog.c')
-rw-r--r--src/soc/intel/alderlake/crashlog.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/soc/intel/alderlake/crashlog.c b/src/soc/intel/alderlake/crashlog.c
index 7bfa70baeb..b47d5644f9 100644
--- a/src/soc/intel/alderlake/crashlog.c
+++ b/src/soc/intel/alderlake/crashlog.c
@@ -1,12 +1,14 @@
/* SPDX-License-Identifier: GPL-2.0-only */
+#include <arch/bert_storage.h>
#include <console/console.h>
+#include <device/pci_ops.h>
#include <intelblocks/crashlog.h>
-#include <string.h>
+#include <intelblocks/pmc_ipc.h>
#include <soc/crashlog.h>
-#include <arch/bert_storage.h>
#include <soc/iomap.h>
#include <soc/pci_devs.h>
+#include <string.h>
/* global crashLog info */
static bool m_pmc_crashLog_support;