diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-01-10 10:15:39 +0100 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2023-01-12 05:07:21 +0000 |
commit | 8b93a173fbed29ea356653caa0626e48e81a5f8d (patch) | |
tree | 240f34256bdc7152b1de3969e81a9569dcb4e05f /src/drivers/amd | |
parent | 8afb45e0a67581b5f8cd6a828bbd1daf54825a36 (diff) |
treewide: Remove unused <cpu/amd/mtrr.h>
Change-Id: Ibff33c08a1d583b19b205a66d5a4267df65ced75
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64940
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Diffstat (limited to 'src/drivers/amd')
-rw-r--r-- | src/drivers/amd/agesa/mtrr_fixme.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/amd/agesa/mtrr_fixme.c b/src/drivers/amd/agesa/mtrr_fixme.c index 3aef898d9a..39c3d26f1f 100644 --- a/src/drivers/amd/agesa/mtrr_fixme.c +++ b/src/drivers/amd/agesa/mtrr_fixme.c @@ -4,7 +4,6 @@ #include <cbmem.h> #include <console/console.h> #include <commonlib/helpers.h> -#include <cpu/amd/mtrr.h> #include <cpu/cpu.h> #include <cpu/x86/msr.h> #include <cpu/x86/mtrr.h> |