summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/timer
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-07-10 21:00:06 +0200
committerFelix Held <felix-coreboot@felixheld.de>2022-07-20 13:16:52 +0000
commitef26dee2f44f6134a49d6b83dc2a47bf7b24b533 (patch)
tree3823e46e4de3710d4f66c6101bb2e095c8059367 /src/soc/intel/common/block/timer
parenteb8a81fca0b1416d889fed3c8b5c24c8d7f35f30 (diff)
downloadcoreboot-ef26dee2f44f6134a49d6b83dc2a47bf7b24b533.tar.gz
coreboot-ef26dee2f44f6134a49d6b83dc2a47bf7b24b533.tar.bz2
coreboot-ef26dee2f44f6134a49d6b83dc2a47bf7b24b533.zip
treewide: Remove unused <cpu/x86/msr.h>
Change-Id: I187c2482dd82c6c6d1fe1cbda71710ae1a2f54ad Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/64890 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/soc/intel/common/block/timer')
-rw-r--r--src/soc/intel/common/block/timer/timer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/common/block/timer/timer.c b/src/soc/intel/common/block/timer/timer.c
index ab411494aa5a..0d201a50e5ad 100644
--- a/src/soc/intel/common/block/timer/timer.c
+++ b/src/soc/intel/common/block/timer/timer.c
@@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <arch/cpu.h>
-#include <cpu/x86/msr.h>
#include <cpu/x86/tsc.h>
#include <intelblocks/msr.h>