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:
parent
865db966f8
commit
944da4828f
|
@ -1,7 +1,6 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
|
||||
#include <acpi/acpi.h>
|
||||
#include <bootstate.h>
|
||||
#include <baseboard/variants.h>
|
||||
#include <device/device.h>
|
||||
#include <drivers/spi/tpm/tpm.h>
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#include <variant/thermal.h>
|
||||
#include <vendorcode/google/chromeos/chromeos.h>
|
||||
#include <commonlib/helpers.h>
|
||||
#include <bootstate.h>
|
||||
|
||||
#define METHOD_BACKLIGHT_ENABLE "\\_SB.BKEN"
|
||||
#define METHOD_BACKLIGHT_DISABLE "\\_SB.BKDS"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
#include <assert.h>
|
||||
#include <console/console.h>
|
||||
#include <bootstate.h>
|
||||
#include <drivers/ipmi/ipmi_ops.h>
|
||||
#include <drivers/ocp/dmi/ocp_dmi.h>
|
||||
#include <soc/ramstage.h>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue