src: Remove unused 'include <bootstate.h>'

Change-Id: I54eda3d51ecda77309841e598f06eb9cea3babc1
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41671
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Elyes HAOUAS 2020-05-23 09:16:34 +02:00 committed by Patrick Georgi
parent fcf7d992bf
commit ebddada48d
23 changed files with 0 additions and 23 deletions

View File

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

View File

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

View File

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <arch/hlt.h>
#include <bootstate.h>
#include <console/console.h>
#include <fsp/util.h>
#include <ip_checksum.h>

View File

@ -3,7 +3,6 @@
#include <stdint.h>
#include <string.h>
#include <assert.h>
#include <bootstate.h>
#include <cbmem.h>
#include <console/console.h>
#include <delay.h>

View File

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <cbmem.h>
#include <bootstate.h>
#include <symbols.h>
void cbmem_run_init_hooks(int is_recovery)

View File

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

View File

@ -2,7 +2,6 @@
#include <assert.h>
#include <boot/coreboot_tables.h>
#include <bootstate.h>
#include <bootmem.h>
#include <console/console.h>
#include <cbmem.h>

View File

@ -4,7 +4,6 @@
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include <baseboard/variants.h>
#include <bootstate.h>
#include <ec/google/chromeec/ec.h>
#include <device/device.h>
#include <drivers/gfx/generic/chip.h>

View File

@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <bootstate.h>
#include <device/device.h>
#include <soc/gpio.h>
#include <vendorcode/google/chromeos/chromeos.h>

View File

@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
#include <bootstate.h>
#include <soc/ramstage.h>
#include "gpio.h"

View File

@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <bootstate.h>
#include <soc/ramstage.h>
#include <variant/gpio.h>

View File

@ -4,7 +4,6 @@
#include <cbfs.h>
#include <region_file.h>
#include <timer.h>
#include <bootstate.h>
#include <console/console.h>
#include <amdblocks/psp.h>
#include <soc/iomap.h>

View File

@ -2,7 +2,6 @@
#include <device/mmio.h>
#include <timer.h>
#include <bootstate.h>
#include <amdblocks/psp.h>
#include <soc/iomap.h>
#include "psp_def.h"

View File

@ -5,7 +5,6 @@
#include <cpu/amd/msr.h>
#include <cbfs.h>
#include <region_file.h>
#include <bootstate.h>
#include <rules.h>
#include <console/console.h>
#include <amdblocks/psp.h>

View File

@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <bootstate.h>
#include <cpu/amd/mtrr.h>
#include <console/console.h>
#include <device/device.h>

View File

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

View File

@ -2,7 +2,6 @@
#include <arch/cpu.h>
#include <acpi/acpi.h>
#include <bootstate.h>
#include <cbmem.h>
#include <console/console.h>
#include <cpu/intel/microcode.h>

View File

@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <bootstate.h>
#include <console/console.h>
#include <cpu/x86/smm.h>
#include <cpu/intel/smm_reloc.h>

View File

@ -2,7 +2,6 @@
#include <acpi/acpi.h>
#include <bootmode.h>
#include <bootstate.h>
#include "vbt.h"
#include <drivers/intel/gma/opregion.h>

View File

@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <bootstate.h>
#include <cbmem.h>
#include <fsp/api.h>
#include <acpi/acpi.h>

View File

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <arch/cpu.h>
#include <bootstate.h>
#include <console/console.h>
#include <device/device.h>
#include <device/pci.h>

View File

@ -7,7 +7,6 @@
*/
#include <acpi/acpigen.h>
#include <bootstate.h>
#include <console/console.h>
#include <device/mmio.h>
#include <device/device.h>

View File

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