diff options
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/common/smbios.c | 1 | ||||
-rw-r--r-- | src/soc/intel/elkhartlake/cpu.c | 1 | ||||
-rw-r--r-- | src/soc/intel/icelake/cpu.c | 1 | ||||
-rw-r--r-- | src/soc/intel/jasperlake/cpu.c | 1 | ||||
-rw-r--r-- | src/soc/intel/skylake/romstage/fsp_params.c | 1 | ||||
-rw-r--r-- | src/soc/intel/tigerlake/cpu.c | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/src/soc/intel/common/smbios.c b/src/soc/intel/common/smbios.c index 4aca022d6f..bd6de9f7d1 100644 --- a/src/soc/intel/common/smbios.c +++ b/src/soc/intel/common/smbios.c @@ -4,7 +4,6 @@ #include "smbios.h" #include <string.h> #include <commonlib/helpers.h> -#include <console/console.h> #include <device/dram/ddr3.h> #include <dimm_info_util.h> diff --git a/src/soc/intel/elkhartlake/cpu.c b/src/soc/intel/elkhartlake/cpu.c index 0fcc61d936..d480604298 100644 --- a/src/soc/intel/elkhartlake/cpu.c +++ b/src/soc/intel/elkhartlake/cpu.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include <console/console.h> #include <cpu/intel/smm_reloc.h> #include <cpu/intel/turbo.h> #include <cpu/intel/common/common.h> diff --git a/src/soc/intel/icelake/cpu.c b/src/soc/intel/icelake/cpu.c index 203cddd69f..ab32c0d502 100644 --- a/src/soc/intel/icelake/cpu.c +++ b/src/soc/intel/icelake/cpu.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include <console/console.h> #include <device/pci.h> #include <cpu/x86/lapic.h> #include <cpu/x86/mp.h> diff --git a/src/soc/intel/jasperlake/cpu.c b/src/soc/intel/jasperlake/cpu.c index 9959bd5c63..b063c28d8a 100644 --- a/src/soc/intel/jasperlake/cpu.c +++ b/src/soc/intel/jasperlake/cpu.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include <console/console.h> #include <device/pci.h> #include <cpu/x86/lapic.h> #include <cpu/x86/mp.h> diff --git a/src/soc/intel/skylake/romstage/fsp_params.c b/src/soc/intel/skylake/romstage/fsp_params.c index 7af0a6eff2..d7e1157376 100644 --- a/src/soc/intel/skylake/romstage/fsp_params.c +++ b/src/soc/intel/skylake/romstage/fsp_params.c @@ -1,7 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #include <assert.h> -#include <console/console.h> #include <cpu/x86/msr.h> #include <fsp/util.h> #include <intelblocks/cpulib.h> diff --git a/src/soc/intel/tigerlake/cpu.c b/src/soc/intel/tigerlake/cpu.c index ce020ee151..a9aa8ffc53 100644 --- a/src/soc/intel/tigerlake/cpu.c +++ b/src/soc/intel/tigerlake/cpu.c @@ -6,7 +6,6 @@ * Chapter number: 15 */ -#include <console/console.h> #include <device/pci.h> #include <cpu/x86/lapic.h> #include <cpu/x86/mp.h> |