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>
This commit is contained in:
Elyes HAOUAS 2021-02-01 21:30:13 +01:00 committed by Patrick Georgi
commit 944da4828f
5 changed files with 1 additions and 5 deletions

View file

@ -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>

View file

@ -1,5 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <bootstate.h>
#include <console/console.h>
#include <boot_device.h>
#include <cbfs.h>