diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-04-23 16:32:27 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-05-01 06:10:49 +0000 |
commit | 2d7173d462c66cbbca6a5354c1ac719941e117d9 (patch) | |
tree | 432c8fd4e65f30668e8e4f98d90a092a2a6fccd8 /src/soc/intel/broadwell | |
parent | fdbdca2ec3a3a28142791cd331fcf42da59e9d38 (diff) |
src: Remove unused 'include <cpu/x86/cache.h>'
Change-Id: I2bf1eb87bb5476dd77b5a56dfe8846e82d414523
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40666
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/broadwell')
-rw-r--r-- | src/soc/intel/broadwell/bootblock/cpu.c | 1 | ||||
-rw-r--r-- | src/soc/intel/broadwell/cpu.c | 1 | ||||
-rw-r--r-- | src/soc/intel/broadwell/smi.c | 1 | ||||
-rw-r--r-- | src/soc/intel/broadwell/smmrelocate.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/src/soc/intel/broadwell/bootblock/cpu.c b/src/soc/intel/broadwell/bootblock/cpu.c index 218232f263..9e6841093b 100644 --- a/src/soc/intel/broadwell/bootblock/cpu.c +++ b/src/soc/intel/broadwell/bootblock/cpu.c @@ -4,7 +4,6 @@ #include <stdint.h> #include <arch/bootblock.h> #include <arch/io.h> -#include <cpu/x86/cache.h> #include <cpu/x86/msr.h> #include <cpu/x86/mtrr.h> #include <halt.h> diff --git a/src/soc/intel/broadwell/cpu.c b/src/soc/intel/broadwell/cpu.c index b630c0a58f..35df1b5960 100644 --- a/src/soc/intel/broadwell/cpu.c +++ b/src/soc/intel/broadwell/cpu.c @@ -14,7 +14,6 @@ #include <cpu/intel/smm_reloc.h> #include <cpu/intel/speedstep.h> #include <cpu/intel/turbo.h> -#include <cpu/x86/cache.h> #include <cpu/x86/name.h> #include <cpu/x86/smm.h> #include <delay.h> diff --git a/src/soc/intel/broadwell/smi.c b/src/soc/intel/broadwell/smi.c index 6860f6f58e..95d45ea523 100644 --- a/src/soc/intel/broadwell/smi.c +++ b/src/soc/intel/broadwell/smi.c @@ -5,7 +5,6 @@ #include <device/pci.h> #include <console/console.h> #include <arch/io.h> -#include <cpu/x86/cache.h> #include <cpu/x86/smm.h> #include <cpu/intel/smm_reloc.h> #include <soc/iomap.h> diff --git a/src/soc/intel/broadwell/smmrelocate.c b/src/soc/intel/broadwell/smmrelocate.c index f5f83f6bcb..4adc28144b 100644 --- a/src/soc/intel/broadwell/smmrelocate.c +++ b/src/soc/intel/broadwell/smmrelocate.c @@ -6,7 +6,6 @@ #include <device/device.h> #include <device/pci.h> #include <device/pci_ops.h> -#include <cpu/x86/cache.h> #include <cpu/x86/lapic.h> #include <cpu/x86/mp.h> #include <cpu/x86/msr.h> |