diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-12-18 09:28:31 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-12-20 12:35:57 +0000 |
commit | 17a9849010c522a9dc41eb250102735633bf5e12 (patch) | |
tree | eb94c7c71e1415dfb1f932a6f616bcfdd54365fa /src/soc/intel/common/block/include | |
parent | 63444c7739f43903275311e73c58ab46f0342c6e (diff) |
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/include')
-rw-r--r-- | src/soc/intel/common/block/include/intelblocks/crashlog.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/soc/intel/common/block/include/intelblocks/crashlog.h b/src/soc/intel/common/block/include/intelblocks/crashlog.h index 17d415e127..07dd5a2db0 100644 --- a/src/soc/intel/common/block/include/intelblocks/crashlog.h +++ b/src/soc/intel/common/block/include/intelblocks/crashlog.h @@ -3,12 +3,7 @@ #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 */ |