summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/stoneyridge/northbridge.c
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2023-01-06 07:16:11 +0100
committerFelix Held <felix-coreboot@felixheld.de>2023-01-09 21:17:08 +0000
commitfc84ae7aa3cf7e8000ef69f854281f4648eeb2b8 (patch)
tree4ae92cac89f4360ad2e38b9caee0381d3317eeaa /src/soc/amd/stoneyridge/northbridge.c
parentc3cef7e7b00648ac72a714c94b09a66095e51473 (diff)
downloadcoreboot-fc84ae7aa3cf7e8000ef69f854281f4648eeb2b8.tar.gz
coreboot-fc84ae7aa3cf7e8000ef69f854281f4648eeb2b8.tar.bz2
coreboot-fc84ae7aa3cf7e8000ef69f854281f4648eeb2b8.zip
treewide: Remove unused <cpu/amd/msr.h>
Change-Id: Id24a7c7db24f49672df9d5ceefec5b7596f23e09 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/64939 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/soc/amd/stoneyridge/northbridge.c')
-rw-r--r--src/soc/amd/stoneyridge/northbridge.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/stoneyridge/northbridge.c b/src/soc/amd/stoneyridge/northbridge.c
index 3960a391b7f0..240aebdb1b9d 100644
--- a/src/soc/amd/stoneyridge/northbridge.c
+++ b/src/soc/amd/stoneyridge/northbridge.c
@@ -13,7 +13,6 @@
#include <cpu/amd/mtrr.h>
#include <cpu/x86/lapic_def.h>
#include <cpu/x86/msr.h>
-#include <cpu/amd/msr.h>
#include <device/device.h>
#include <device/pci.h>
#include <device/pci_ids.h>