diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-12-12 15:08:17 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2018-12-18 13:45:22 +0000 |
commit | 2ad59714dd74b1502a6d9c84149634df7dceedf7 (patch) | |
tree | c8a4d58d134186cccab486a57820733a1f7afaa8 /src/soc | |
parent | fb11c0dcc6e79f859cdfe3ce4ac33755e810357d (diff) |
soc: Remove unneeded include <pc80/mc146818rtc.h>
Change-Id: I64e061017ee0b1202ce5482b26c7550e4cd0f0a7
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/30197
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/amd/stoneyridge/sm.c | 1 | ||||
-rw-r--r-- | src/soc/intel/broadwell/cpu.c | 1 | ||||
-rw-r--r-- | src/soc/intel/fsp_baytrail/southcluster.c | 1 | ||||
-rw-r--r-- | src/soc/intel/fsp_broadwell_de/smihandler.c | 1 | ||||
-rw-r--r-- | src/soc/intel/fsp_broadwell_de/southcluster.c | 1 | ||||
-rw-r--r-- | src/soc/intel/skylake/cpu.c | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/src/soc/amd/stoneyridge/sm.c b/src/soc/amd/stoneyridge/sm.c index 385936c941..22cbde8854 100644 --- a/src/soc/amd/stoneyridge/sm.c +++ b/src/soc/amd/stoneyridge/sm.c @@ -18,7 +18,6 @@ #include <device/pci_ids.h> #include <device/pci_ops.h> #include <device/smbus.h> -#include <pc80/mc146818rtc.h> #include <arch/io.h> #include <cpu/x86/lapic.h> #include <arch/ioapic.h> diff --git a/src/soc/intel/broadwell/cpu.c b/src/soc/intel/broadwell/cpu.c index ec8f7f30a8..66ec345615 100644 --- a/src/soc/intel/broadwell/cpu.c +++ b/src/soc/intel/broadwell/cpu.c @@ -32,7 +32,6 @@ #include <cpu/x86/name.h> #include <cpu/x86/smm.h> #include <delay.h> -#include <pc80/mc146818rtc.h> #include <soc/cpu.h> #include <soc/msr.h> #include <soc/pci_devs.h> diff --git a/src/soc/intel/fsp_baytrail/southcluster.c b/src/soc/intel/fsp_baytrail/southcluster.c index 21cd0d5f07..f0028f4806 100644 --- a/src/soc/intel/fsp_baytrail/southcluster.c +++ b/src/soc/intel/fsp_baytrail/southcluster.c @@ -24,7 +24,6 @@ #include <device/pci.h> #include <device/pci_ids.h> #include <device/pci_def.h> -#include <pc80/mc146818rtc.h> #include <pc80/i8254.h> #include <pc80/i8259.h> #include <pc80/isa-dma.h> diff --git a/src/soc/intel/fsp_broadwell_de/smihandler.c b/src/soc/intel/fsp_broadwell_de/smihandler.c index d34a070bec..5152b8a077 100644 --- a/src/soc/intel/fsp_broadwell_de/smihandler.c +++ b/src/soc/intel/fsp_broadwell_de/smihandler.c @@ -25,7 +25,6 @@ #include <spi-generic.h> #include <elog.h> #include <halt.h> -#include <pc80/mc146818rtc.h> #include <soc/lpc.h> #include <soc/iomap.h> #include <soc/pci_devs.h> diff --git a/src/soc/intel/fsp_broadwell_de/southcluster.c b/src/soc/intel/fsp_broadwell_de/southcluster.c index 494697a22a..da11f249c6 100644 --- a/src/soc/intel/fsp_broadwell_de/southcluster.c +++ b/src/soc/intel/fsp_broadwell_de/southcluster.c @@ -23,7 +23,6 @@ #include <device/pci.h> #include <device/pci_ids.h> #include <device/pci_def.h> -#include <pc80/mc146818rtc.h> #include <pc80/i8254.h> #include <pc80/i8259.h> #include <pc80/isa-dma.h> diff --git a/src/soc/intel/skylake/cpu.c b/src/soc/intel/skylake/cpu.c index 9a7315f879..5c5d8a94d9 100644 --- a/src/soc/intel/skylake/cpu.c +++ b/src/soc/intel/skylake/cpu.c @@ -40,7 +40,6 @@ #include <intelblocks/sgx.h> #include <intelblocks/smm.h> #include <intelblocks/vmx.h> -#include <pc80/mc146818rtc.h> #include <soc/cpu.h> #include <soc/msr.h> #include <soc/pci_devs.h> |