diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-10-26 15:06:33 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-11-16 09:50:29 +0000 |
commit | e9a0130879bca97462c6184f1d368f773e00e8a0 (patch) | |
tree | d34cc086ff3a15f02bc20412de589cdabcf13c5f /src/soc/intel/common | |
parent | ead574ed020063f1e6efe5289669ab67e2a76780 (diff) | |
download | coreboot-e9a0130879bca97462c6184f1d368f773e00e8a0.tar.xz |
src: Remove unneeded include <console/console.h>
Change-Id: I40f8b4c7cbc55e16929b1f40d18bb5a9c19845da
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/29289
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/soc/intel/common')
-rw-r--r-- | src/soc/intel/common/block/fast_spi/fast_spi.c | 1 | ||||
-rw-r--r-- | src/soc/intel/common/pch/lockdown/lockdown.c | 1 | ||||
-rw-r--r-- | src/soc/intel/common/vbt.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/soc/intel/common/block/fast_spi/fast_spi.c b/src/soc/intel/common/block/fast_spi/fast_spi.c index e7f81fc323..5ff0872a4f 100644 --- a/src/soc/intel/common/block/fast_spi/fast_spi.c +++ b/src/soc/intel/common/block/fast_spi/fast_spi.c @@ -18,7 +18,6 @@ #include <device/pci_def.h> #include <device/pci_ops.h> #include <commonlib/helpers.h> -#include <console/console.h> #include <cpu/x86/mtrr.h> #include <fast_spi_def.h> #include <intelblocks/fast_spi.h> diff --git a/src/soc/intel/common/pch/lockdown/lockdown.c b/src/soc/intel/common/pch/lockdown/lockdown.c index f37d00117e..5b78df5a6c 100644 --- a/src/soc/intel/common/pch/lockdown/lockdown.c +++ b/src/soc/intel/common/pch/lockdown/lockdown.c @@ -15,7 +15,6 @@ #include <arch/io.h> #include <bootstate.h> -#include <console/console.h> #include <intelblocks/chip.h> #include <intelblocks/fast_spi.h> #include <intelblocks/pcr.h> diff --git a/src/soc/intel/common/vbt.c b/src/soc/intel/common/vbt.c index 9eaa2cb048..3dd46fb5f8 100644 --- a/src/soc/intel/common/vbt.c +++ b/src/soc/intel/common/vbt.c @@ -14,7 +14,6 @@ */ #include <cbfs.h> -#include <console/console.h> #include <arch/acpi.h> #include <bootmode.h> #include <bootstate.h> |