diff options
Diffstat (limited to 'src/soc/intel')
-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> |