aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2021-01-31 08:49:41 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-02-01 09:01:35 +0000
commita8817fc05f17b61d629ef02bd1f3f5342d7c10fa (patch)
tree6328af5d0e23e5980e365efdefd8b393593a7e4d /src
parent77d3b655ed5aa0bff07cc82fe5f7abc00dacf41b (diff)
src: Remove unused <cpu/x86/smm.h>
Change-Id: Ic3f85a8fbc6a84074f45d94514e1dcfa78cb0958 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50171 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/soc/intel/baytrail/southcluster.c1
-rw-r--r--src/soc/intel/broadwell/acpi.c1
-rw-r--r--src/soc/intel/broadwell/pch/acpi.c1
-rw-r--r--src/soc/intel/skylake/romstage/romstage.c1
4 files changed, 0 insertions, 4 deletions
diff --git a/src/soc/intel/baytrail/southcluster.c b/src/soc/intel/baytrail/southcluster.c
index 67102f17d5..e4c2bf0ec9 100644
--- a/src/soc/intel/baytrail/southcluster.c
+++ b/src/soc/intel/baytrail/southcluster.c
@@ -7,7 +7,6 @@
#include <acpi/acpi.h>
#include <bootstate.h>
#include <console/console.h>
-#include <cpu/x86/smm.h>
#include <device/device.h>
#include <device/pci.h>
#include <device/pci_ids.h>
diff --git a/src/soc/intel/broadwell/acpi.c b/src/soc/intel/broadwell/acpi.c
index be448f6f55..b9b3424597 100644
--- a/src/soc/intel/broadwell/acpi.c
+++ b/src/soc/intel/broadwell/acpi.c
@@ -7,7 +7,6 @@
#include <cbmem.h>
#include <cpu/intel/haswell/haswell.h>
#include <device/pci_ops.h>
-#include <cpu/x86/smm.h>
#include <console/console.h>
#include <types.h>
#include <string.h>
diff --git a/src/soc/intel/broadwell/pch/acpi.c b/src/soc/intel/broadwell/pch/acpi.c
index dfd7b6529f..38f057e129 100644
--- a/src/soc/intel/broadwell/pch/acpi.c
+++ b/src/soc/intel/broadwell/pch/acpi.c
@@ -6,7 +6,6 @@
#include <arch/smp/mpspec.h>
#include <cbmem.h>
#include <device/pci_ops.h>
-#include <cpu/x86/smm.h>
#include <console/console.h>
#include <types.h>
#include <string.h>
diff --git a/src/soc/intel/skylake/romstage/romstage.c b/src/soc/intel/skylake/romstage/romstage.c
index c826187c4b..a20f27951f 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>