Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/70924 )
Change subject: soc/intel/common/block/include/intelblocks/crashlog.h: Remove unused includes ......................................................................
soc/intel/common/block/include/intelblocks/crashlog.h: Remove unused includes
Change-Id: I126d49c27302e1ed2e00ff491d59cadda7101d12 Signed-off-by: Elyes Haouas ehaouas@noos.fr --- M src/soc/intel/common/block/include/intelblocks/crashlog.h 1 file changed, 10 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/24/70924/1
diff --git a/src/soc/intel/common/block/include/intelblocks/crashlog.h b/src/soc/intel/common/block/include/intelblocks/crashlog.h index 17d415e..99ece67 100644 --- a/src/soc/intel/common/block/include/intelblocks/crashlog.h +++ b/src/soc/intel/common/block/include/intelblocks/crashlog.h @@ -3,12 +3,6 @@ #ifndef SOC_INTEL_COMMON_BLOCK_CRASHLOG_H #define SOC_INTEL_COMMON_BLOCK_CRASHLOG_H
-#include <console/console.h> -#include <device/pci_ops.h> -#include <device/pci_def.h> -#include <device/mmio.h> -#include <fsp/util.h> -#include <intelblocks/pmc_ipc.h> #include <types.h>
/* PMC CrashLog Command */