aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/acpi/acpi.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2021-02-01 21:30:13 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-02-04 09:51:10 +0000
commit944da4828fefe3ffcb691e55d9c55edef190fabe (patch)
treebb6a6185c92103120b25eb6fd745096ab1fc2dc0 /src/soc/intel/common/block/acpi/acpi.c
parent865db966f8ad404fa2532bcd5d49141a4ab318b7 (diff)
src: Remove unused <bootstate.h>
Change-Id: I0d2ab4144970184f46e1d0e7a2464e94fa38aa63 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50203 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Johnny Lin <Johnny_Lin@wiwynn.com> Reviewed-by: Jonathan Zhang <jonzhang@fb.com>
Diffstat (limited to 'src/soc/intel/common/block/acpi/acpi.c')
-rw-r--r--src/soc/intel/common/block/acpi/acpi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/common/block/acpi/acpi.c b/src/soc/intel/common/block/acpi/acpi.c
index f96a2d7853..e7f3f0d72b 100644
--- a/src/soc/intel/common/block/acpi/acpi.c
+++ b/src/soc/intel/common/block/acpi/acpi.c
@@ -5,7 +5,6 @@
#include <arch/cpu.h>
#include <arch/ioapic.h>
#include <arch/smp/mpspec.h>
-#include <bootstate.h>
#include <cf9_reset.h>
#include <console/console.h>
#include <cpu/intel/turbo.h>