aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/icelake/acpi.c
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/icelake/acpi.c
parenta684d677fbf3bea50ebb9757f48b0f21a04dbcde (diff)
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/icelake/acpi.c')
-rw-r--r--src/soc/intel/icelake/acpi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/icelake/acpi.c b/src/soc/intel/icelake/acpi.c
index 6a8e329035..67b7ca513f 100644
--- a/src/soc/intel/icelake/acpi.c
+++ b/src/soc/intel/icelake/acpi.c
@@ -5,7 +5,6 @@
#include <acpi/acpigen.h>
#include <device/mmio.h>
#include <arch/smp/mpspec.h>
-#include <cbmem.h>
#include <intelblocks/cpulib.h>
#include <intelblocks/pmclib.h>
#include <intelblocks/acpi.h>