diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-07-06 18:02:09 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-07-20 13:18:39 +0000 |
commit | d797608e73c145ab5d0b408ebfe9cb286bacd812 (patch) | |
tree | d70fff61b4af9c38be93224a5b10ec0754c71bf3 /src | |
parent | ef26dee2f44f6134a49d6b83dc2a47bf7b24b533 (diff) | |
download | coreboot-d797608e73c145ab5d0b408ebfe9cb286bacd812.tar.gz |
treewide: Remove unused <cpu/x86/mtrr.h>
Change-Id: Ib852d0b2cf4d3cbdf7475bd5493bf2e585a5894a
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64899
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src')
-rw-r--r-- | src/cpu/amd/agesa/family14/fixme.c | 1 | ||||
-rw-r--r-- | src/cpu/amd/agesa/family15tn/fixme.c | 1 | ||||
-rw-r--r-- | src/cpu/amd/agesa/family16kb/fixme.c | 1 | ||||
-rw-r--r-- | src/cpu/amd/pi/00730F01/fixme.c | 1 | ||||
-rw-r--r-- | src/soc/intel/cannonlake/bootblock/bootblock.c | 1 | ||||
-rw-r--r-- | src/soc/intel/xeon_sp/romstage.c | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/src/cpu/amd/agesa/family14/fixme.c b/src/cpu/amd/agesa/family14/fixme.c index 4c16cc32ac..1da55a77f8 100644 --- a/src/cpu/amd/agesa/family14/fixme.c +++ b/src/cpu/amd/agesa/family14/fixme.c @@ -1,7 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #include <arch/hpet.h> -#include <cpu/x86/mtrr.h> #include <cpu/amd/msr.h> #include <cpu/amd/mtrr.h> #include <northbridge/amd/agesa/agesa_helper.h> diff --git a/src/cpu/amd/agesa/family15tn/fixme.c b/src/cpu/amd/agesa/family15tn/fixme.c index 367148a829..7b8b70df41 100644 --- a/src/cpu/amd/agesa/family15tn/fixme.c +++ b/src/cpu/amd/agesa/family15tn/fixme.c @@ -1,7 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #include <arch/hpet.h> -#include <cpu/x86/mtrr.h> #include <cpu/amd/msr.h> #include <cpu/amd/mtrr.h> #include <northbridge/amd/agesa/agesa_helper.h> diff --git a/src/cpu/amd/agesa/family16kb/fixme.c b/src/cpu/amd/agesa/family16kb/fixme.c index bed7cf92b3..da2744c154 100644 --- a/src/cpu/amd/agesa/family16kb/fixme.c +++ b/src/cpu/amd/agesa/family16kb/fixme.c @@ -1,7 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #include <arch/hpet.h> -#include <cpu/x86/mtrr.h> #include <cpu/amd/msr.h> #include <cpu/amd/mtrr.h> #include <northbridge/amd/agesa/agesa_helper.h> diff --git a/src/cpu/amd/pi/00730F01/fixme.c b/src/cpu/amd/pi/00730F01/fixme.c index 1e6cb3d30d..785d2dff09 100644 --- a/src/cpu/amd/pi/00730F01/fixme.c +++ b/src/cpu/amd/pi/00730F01/fixme.c @@ -1,7 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #include <arch/hpet.h> -#include <cpu/x86/mtrr.h> #include <cpu/amd/msr.h> #include <cpu/amd/mtrr.h> #include <northbridge/amd/agesa/agesa_helper.h> diff --git a/src/soc/intel/cannonlake/bootblock/bootblock.c b/src/soc/intel/cannonlake/bootblock/bootblock.c index 222193976a..a138ec4ba7 100644 --- a/src/soc/intel/cannonlake/bootblock/bootblock.c +++ b/src/soc/intel/cannonlake/bootblock/bootblock.c @@ -1,7 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #include <bootblock_common.h> -#include <cpu/x86/mtrr.h> #include <intelblocks/fast_spi.h> #include <intelblocks/gpio.h> #include <intelblocks/gspi.h> diff --git a/src/soc/intel/xeon_sp/romstage.c b/src/soc/intel/xeon_sp/romstage.c index 2540c5c291..b1c7b3b403 100644 --- a/src/soc/intel/xeon_sp/romstage.c +++ b/src/soc/intel/xeon_sp/romstage.c @@ -3,7 +3,6 @@ #include <arch/romstage.h> #include <intelblocks/rtc.h> #include <console/console.h> -#include <cpu/x86/mtrr.h> #include <fsp/util.h> #include <soc/romstage.h> #include <soc/util.h> |