diff options
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/x86/acpi_bert_storage.c | 1 | ||||
-rw-r--r-- | src/arch/x86/tables.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/arch/x86/acpi_bert_storage.c b/src/arch/x86/acpi_bert_storage.c index cde95f12e0..de56291ac4 100644 --- a/src/arch/x86/acpi_bert_storage.c +++ b/src/arch/x86/acpi_bert_storage.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include <bootstate.h> #include <cbmem.h> #include <console/console.h> #include <cpu/x86/name.h> diff --git a/src/arch/x86/tables.c b/src/arch/x86/tables.c index 3b1b76d14b..492674c5a9 100644 --- a/src/arch/x86/tables.c +++ b/src/arch/x86/tables.c @@ -2,7 +2,6 @@ #include <console/console.h> #include <bootmem.h> -#include <bootstate.h> #include <boot/tables.h> #include <boot/coreboot_tables.h> #include <arch/pirq_routing.h> |