summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2021-07-16 14:18:54 +0530
committerSubrata Banik <subrata.banik@intel.com>2021-07-17 09:51:48 +0000
commit80056429360c179821efc045cc72e372489e8a71 (patch)
treebb9d31b8a99de8a131572fea24c03b9058b741fa /src/soc/intel/common
parent3b5a47b096b630ee0d59d996879d75a979e5b028 (diff)
downloadcoreboot-80056429360c179821efc045cc72e372489e8a71.tar.gz
coreboot-80056429360c179821efc045cc72e372489e8a71.tar.bz2
coreboot-80056429360c179821efc045cc72e372489e8a71.zip
soc/intel/common/block: Drop unused `intelblocks/mp_init.h` include
Change-Id: I8621a38214686b359ee0e7cdf7e92154af3cbc81 Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/56381 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: EricR Lai <ericr_lai@compal.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/common')
-rw-r--r--src/soc/intel/common/block/sgx/sgx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/common/block/sgx/sgx.c b/src/soc/intel/common/block/sgx/sgx.c
index c391ec7a96c9..d6df99b0fa0e 100644
--- a/src/soc/intel/common/block/sgx/sgx.c
+++ b/src/soc/intel/common/block/sgx/sgx.c
@@ -6,7 +6,6 @@
#include <cpu/intel/microcode.h>
#include <cpu/intel/common/common.h>
#include <intelblocks/cpulib.h>
-#include <intelblocks/mp_init.h>
#include <intelblocks/msr.h>
#include <intelblocks/sgx.h>
#include <intelblocks/systemagent.h>