HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/42392 )
Change subject: src: Drop unused <cpu/x86/smm.h> include ......................................................................
src: Drop unused <cpu/x86/smm.h> include
Change-Id: Id96ddad974a1460a6e6580cee1e45c863761af06 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/cpu/intel/smm/cpu_svrstr.c M src/soc/intel/common/block/pmc/pmc.c M src/soc/intel/skylake/romstage/romstage.c 3 files changed, 0 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/92/42392/1
diff --git a/src/cpu/intel/smm/cpu_svrstr.c b/src/cpu/intel/smm/cpu_svrstr.c index d7e161f..1e63dd2 100644 --- a/src/cpu/intel/smm/cpu_svrstr.c +++ b/src/cpu/intel/smm/cpu_svrstr.c @@ -4,7 +4,6 @@ #include <console/console.h> #include <cpu/x86/msr.h> #include <cpu/x86/mp.h> -#include <cpu/x86/smm.h> #include <cpu/intel/smm_reloc.h>
#define SMBASE_MSR 0xc20 diff --git a/src/soc/intel/common/block/pmc/pmc.c b/src/soc/intel/common/block/pmc/pmc.c index 7979bfd..67aacd9 100644 --- a/src/soc/intel/common/block/pmc/pmc.c +++ b/src/soc/intel/common/block/pmc/pmc.c @@ -4,7 +4,6 @@ #include <arch/io.h> #include <device/pci_ops.h> #include <console/console.h> -#include <cpu/x86/smm.h> #include <device/pci.h> #include <device/pci_ids.h> #include <intelblocks/pmc.h> diff --git a/src/soc/intel/skylake/romstage/romstage.c b/src/soc/intel/skylake/romstage/romstage.c index 99f444a..9ae854d 100644 --- a/src/soc/intel/skylake/romstage/romstage.c +++ b/src/soc/intel/skylake/romstage/romstage.c @@ -4,7 +4,6 @@ #include <arch/symbols.h> #include <assert.h> #include <cpu/x86/msr.h> -#include <cpu/x86/smm.h> #include <cbmem.h> #include <console/console.h> #include <device/pci_def.h>