aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/stoneyridge
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2023-01-10 10:15:39 +0100
committerElyes Haouas <ehaouas@noos.fr>2023-01-12 05:07:21 +0000
commit8b93a173fbed29ea356653caa0626e48e81a5f8d (patch)
tree240f34256bdc7152b1de3969e81a9569dcb4e05f /src/soc/amd/stoneyridge
parent8afb45e0a67581b5f8cd6a828bbd1daf54825a36 (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/soc/amd/stoneyridge')
-rw-r--r--src/soc/amd/stoneyridge/chip.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/stoneyridge/chip.c b/src/soc/amd/stoneyridge/chip.c
index 0a530fcc5a..d8ce2243e2 100644
--- a/src/soc/amd/stoneyridge/chip.c
+++ b/src/soc/amd/stoneyridge/chip.c
@@ -2,7 +2,6 @@
#include <bootstate.h>
#include <console/console.h>
-#include <cpu/amd/mtrr.h>
#include <device/device.h>
#include <device/pci.h>
#include <drivers/i2c/designware/dw_i2c.h>