diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-03-17 09:28:48 +0100 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-03-18 12:05:59 +0000 |
commit | ade13f03e1381d315beb28ae029905e7a2d5aa0a (patch) | |
tree | ea1936c68f11f1393bdd80d4cf2949f80db46a16 | |
parent | 22add8ea30abf584c0903c1a20f8b6e85caaea0f (diff) |
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>
-rw-r--r-- | src/mainboard/intel/bayleybay_fsp/romstage.c | 1 | ||||
-rw-r--r-- | src/mainboard/opencellular/elgon/romstage.c | 1 | ||||
-rw-r--r-- | src/mainboard/siemens/mc_tcu3/romstage.c | 1 | ||||
-rw-r--r-- | src/soc/intel/braswell/romstage/romstage.c | 1 | ||||
-rw-r--r-- | src/soc/intel/braswell/southcluster.c | 1 | ||||
-rw-r--r-- | src/soc/intel/denverton_ns/systemagent.c | 1 | ||||
-rw-r--r-- | src/soc/intel/fsp_broadwell_de/ramstage.c | 1 | ||||
-rw-r--r-- | src/soc/intel/fsp_broadwell_de/romstage/romstage.c | 1 | ||||
-rw-r--r-- | src/soc/intel/fsp_broadwell_de/southcluster.c | 1 | ||||
-rw-r--r-- | src/soc/intel/skylake/romstage/romstage.c | 1 |
10 files changed, 0 insertions, 10 deletions
diff --git a/src/mainboard/intel/bayleybay_fsp/romstage.c b/src/mainboard/intel/bayleybay_fsp/romstage.c index 0b8c16b702..a6ccd960b1 100644 --- a/src/mainboard/intel/bayleybay_fsp/romstage.c +++ b/src/mainboard/intel/bayleybay_fsp/romstage.c @@ -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> diff --git a/src/mainboard/opencellular/elgon/romstage.c b/src/mainboard/opencellular/elgon/romstage.c index 1b64765029..8456e2d023 100644 --- a/src/mainboard/opencellular/elgon/romstage.c +++ b/src/mainboard/opencellular/elgon/romstage.c @@ -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> diff --git a/src/mainboard/siemens/mc_tcu3/romstage.c b/src/mainboard/siemens/mc_tcu3/romstage.c index 3c36833900..41d0d046f4 100644 --- a/src/mainboard/siemens/mc_tcu3/romstage.c +++ b/src/mainboard/siemens/mc_tcu3/romstage.c @@ -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> diff --git a/src/soc/intel/braswell/romstage/romstage.c b/src/soc/intel/braswell/romstage/romstage.c index e4180641a6..f74916524c 100644 --- a/src/soc/intel/braswell/romstage/romstage.c +++ b/src/soc/intel/braswell/romstage/romstage.c @@ -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> diff --git a/src/soc/intel/braswell/southcluster.c b/src/soc/intel/braswell/southcluster.c index dc204f3abf..f389084795 100644 --- a/src/soc/intel/braswell/southcluster.c +++ b/src/soc/intel/braswell/southcluster.c @@ -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> diff --git a/src/soc/intel/denverton_ns/systemagent.c b/src/soc/intel/denverton_ns/systemagent.c index dbcc51aa79..e715469be9 100644 --- a/src/soc/intel/denverton_ns/systemagent.c +++ b/src/soc/intel/denverton_ns/systemagent.c @@ -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> diff --git a/src/soc/intel/fsp_broadwell_de/ramstage.c b/src/soc/intel/fsp_broadwell_de/ramstage.c index a64e337ddd..96b3888d0b 100644 --- a/src/soc/intel/fsp_broadwell_de/ramstage.c +++ b/src/soc/intel/fsp_broadwell_de/ramstage.c @@ -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> diff --git a/src/soc/intel/fsp_broadwell_de/romstage/romstage.c b/src/soc/intel/fsp_broadwell_de/romstage/romstage.c index 32429ae236..36e9e6b1db 100644 --- a/src/soc/intel/fsp_broadwell_de/romstage/romstage.c +++ b/src/soc/intel/fsp_broadwell_de/romstage/romstage.c @@ -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> diff --git a/src/soc/intel/fsp_broadwell_de/southcluster.c b/src/soc/intel/fsp_broadwell_de/southcluster.c index 5b90bbbdd1..a1e183adca 100644 --- a/src/soc/intel/fsp_broadwell_de/southcluster.c +++ b/src/soc/intel/fsp_broadwell_de/southcluster.c @@ -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> diff --git a/src/soc/intel/skylake/romstage/romstage.c b/src/soc/intel/skylake/romstage/romstage.c index dc9c528c06..ac43c27071 100644 --- a/src/soc/intel/skylake/romstage/romstage.c +++ b/src/soc/intel/skylake/romstage/romstage.c @@ -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> |