src: Drop unused 'include <romstage_handoff.h>'
Change-Id: I311269967949533264e44fd3bb29ad3a06056653 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/31941 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
This commit is contained in:
parent
22add8ea30
commit
ade13f03e1
|
@ -17,7 +17,6 @@
|
|||
#include <stddef.h>
|
||||
#include <arch/cbfs.h>
|
||||
#include <cpu/x86/mtrr.h>
|
||||
#include <romstage_handoff.h>
|
||||
#include <soc/gpio.h>
|
||||
#include <soc/iomap.h>
|
||||
#include <soc/lpc.h>
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
|
||||
#include <arch/exception.h>
|
||||
#include <cbmem.h>
|
||||
#include <romstage_handoff.h>
|
||||
#include <soc/sdram.h>
|
||||
#include <soc/timer.h>
|
||||
#include <soc/mmu.h>
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
#include <arch/cbfs.h>
|
||||
#include <console/console.h>
|
||||
#include <cpu/x86/mtrr.h>
|
||||
#include <romstage_handoff.h>
|
||||
#include <soc/gpio.h>
|
||||
#include <soc/iomap.h>
|
||||
#include <soc/lpc.h>
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
#include <device/pci_def.h>
|
||||
#include <elog.h>
|
||||
#include <mrc_cache.h>
|
||||
#include <romstage_handoff.h>
|
||||
#include <string.h>
|
||||
#include <timestamp.h>
|
||||
#include <reset.h>
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
#include <pc80/isa-dma.h>
|
||||
#include <pc80/i8254.h>
|
||||
#include <pc80/i8259.h>
|
||||
#include <romstage_handoff.h>
|
||||
#include <soc/acpi.h>
|
||||
#include <soc/iomap.h>
|
||||
#include <soc/irq.h>
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#include <device/pci_ids.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <romstage_handoff.h>
|
||||
#include <timer.h>
|
||||
|
||||
#include <soc/iomap.h>
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#include <device/device.h>
|
||||
#include <device/pci_def.h>
|
||||
#include <device/pci_ops.h>
|
||||
#include <romstage_handoff.h>
|
||||
#include <soc/lpc.h>
|
||||
#include <soc/msr.h>
|
||||
#include <soc/pattrs.h>
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
#include <console/usb.h>
|
||||
#include <cpu/x86/mtrr.h>
|
||||
#include <program_loading.h>
|
||||
#include <romstage_handoff.h>
|
||||
#include <timestamp.h>
|
||||
#include <version.h>
|
||||
#include <drivers/intel/fsp1_0/fsp_util.h>
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#include <pc80/i8254.h>
|
||||
#include <pc80/i8259.h>
|
||||
#include <pc80/isa-dma.h>
|
||||
#include <romstage_handoff.h>
|
||||
#include <soc/iomap.h>
|
||||
#include <soc/irq.h>
|
||||
#include <soc/lpc.h>
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#include <intelblocks/fast_spi.h>
|
||||
#include <intelblocks/pmclib.h>
|
||||
#include <reset.h>
|
||||
#include <romstage_handoff.h>
|
||||
#include <soc/pci_devs.h>
|
||||
#include <soc/pei_wrapper.h>
|
||||
#include <soc/pm.h>
|
||||
|
|
Loading…
Reference in New Issue