diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-04-11 13:46:50 +0200 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-04-12 04:24:03 +0000 |
commit | 97344731aeaa16766d1467698596df7df6dd7747 (patch) | |
tree | e21c947f1c397bb0ab78d0b9409c90bd95c34a75 /src/soc | |
parent | ee78dca468d2f654cce513684762ee443254d203 (diff) |
tree: Drop unused <cbmem.h>
Change-Id: If8be8dc26f2729f55dc6716e6d01e2b801d79e44
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81829
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <ericllai@google.com>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/common/block/crashlog/crashlog.c | 1 | ||||
-rw-r--r-- | src/soc/intel/common/block/vtd/vtd.c | 1 | ||||
-rw-r--r-- | src/soc/intel/xeon_sp/spr/soc_acpi.c | 1 | ||||
-rw-r--r-- | src/soc/intel/xeon_sp/uncore_acpi.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/src/soc/intel/common/block/crashlog/crashlog.c b/src/soc/intel/common/block/crashlog/crashlog.c index 541dea4482..a9ac8a530e 100644 --- a/src/soc/intel/common/block/crashlog/crashlog.c +++ b/src/soc/intel/common/block/crashlog/crashlog.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include <cbmem.h> #include <console/console.h> #include <delay.h> #include <device/mmio.h> diff --git a/src/soc/intel/common/block/vtd/vtd.c b/src/soc/intel/common/block/vtd/vtd.c index f7da277519..f67d8dbfd5 100644 --- a/src/soc/intel/common/block/vtd/vtd.c +++ b/src/soc/intel/common/block/vtd/vtd.c @@ -1,7 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #include <bootstate.h> -#include <cbmem.h> #include <console/console.h> #include <cpu/cpu.h> #include <device/mmio.h> diff --git a/src/soc/intel/xeon_sp/spr/soc_acpi.c b/src/soc/intel/xeon_sp/spr/soc_acpi.c index 2d1f375c9d..1249b8ff04 100644 --- a/src/soc/intel/xeon_sp/spr/soc_acpi.c +++ b/src/soc/intel/xeon_sp/spr/soc_acpi.c @@ -4,7 +4,6 @@ #include <arch/smp/mpspec.h> #include <arch/vga.h> #include <assert.h> -#include <cbmem.h> #include <cpu/intel/turbo.h> #include <device/mmio.h> #include <device/pci.h> diff --git a/src/soc/intel/xeon_sp/uncore_acpi.c b/src/soc/intel/xeon_sp/uncore_acpi.c index 86c3a667d2..29dc3ecf32 100644 --- a/src/soc/intel/xeon_sp/uncore_acpi.c +++ b/src/soc/intel/xeon_sp/uncore_acpi.c @@ -4,7 +4,6 @@ #include <arch/hpet.h> #include <arch/ioapic.h> #include <assert.h> -#include <cbmem.h> #include <cpu/x86/lapic.h> #include <commonlib/sort.h> #include <device/mmio.h> |