diff options
author | Subrata Banik <subrata.banik@intel.com> | 2021-07-16 14:18:54 +0530 |
---|---|---|
committer | Subrata Banik <subrata.banik@intel.com> | 2021-07-17 09:51:48 +0000 |
commit | 80056429360c179821efc045cc72e372489e8a71 (patch) | |
tree | bb9d31b8a99de8a131572fea24c03b9058b741fa /src/soc/intel/common | |
parent | 3b5a47b096b630ee0d59d996879d75a979e5b028 (diff) |
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.c | 1 |
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 c391ec7a96..d6df99b0fa 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> |