summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/broadwell
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2021-01-31 17:57:00 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-02-03 08:56:35 +0000
commit0322bc5ed858c65f7d42340d9af144d4838151d4 (patch)
treebc2717232e30ab9856aab70bcdfb3a8fa20d7dd4 /src/soc/intel/broadwell
parenta684d677fbf3bea50ebb9757f48b0f21a04dbcde (diff)
downloadcoreboot-0322bc5ed858c65f7d42340d9af144d4838151d4.tar.gz
coreboot-0322bc5ed858c65f7d42340d9af144d4838151d4.tar.bz2
coreboot-0322bc5ed858c65f7d42340d9af144d4838151d4.zip
src: Remove unused <cbmem.h>
Change-Id: I2279e2d7e6255a88953b2485c1f1a3b51a72c65e Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50182 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/soc/intel/broadwell')
-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/broadwell/refcode.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/soc/intel/broadwell/acpi.c b/src/soc/intel/broadwell/acpi.c
index b9b34245970e..f60ebd8462a8 100644
--- a/src/soc/intel/broadwell/acpi.c
+++ b/src/soc/intel/broadwell/acpi.c
@@ -4,7 +4,6 @@
#include <acpi/acpigen.h>
#include <arch/ioapic.h>
#include <arch/smp/mpspec.h>
-#include <cbmem.h>
#include <cpu/intel/haswell/haswell.h>
#include <device/pci_ops.h>
#include <console/console.h>
diff --git a/src/soc/intel/broadwell/pch/acpi.c b/src/soc/intel/broadwell/pch/acpi.c
index 38f057e12943..48a83df7b2b5 100644
--- a/src/soc/intel/broadwell/pch/acpi.c
+++ b/src/soc/intel/broadwell/pch/acpi.c
@@ -4,7 +4,6 @@
#include <acpi/acpigen.h>
#include <arch/ioapic.h>
#include <arch/smp/mpspec.h>
-#include <cbmem.h>
#include <device/pci_ops.h>
#include <console/console.h>
#include <types.h>
diff --git a/src/soc/intel/broadwell/refcode.c b/src/soc/intel/broadwell/refcode.c
index 31d6ad848286..5d3ccce7d935 100644
--- a/src/soc/intel/broadwell/refcode.c
+++ b/src/soc/intel/broadwell/refcode.c
@@ -2,7 +2,6 @@
#include <string.h>
#include <acpi/acpi.h>
-#include <cbmem.h>
#include <console/console.h>
#include <console/streams.h>
#include <program_loading.h>