aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/cpu_common.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-05-02 19:57:16 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-05-04 10:13:42 +0000
commit7e6715a3a6b1ed8568069ab395b6e512c0bcb221 (patch)
tree870cd659df062a86ae7f5a779ee48fb43696f3f8 /src/arch/x86/cpu_common.c
parent64049be508671bbd98e2c69bbe32a2434bc17b9d (diff)
arch/x86/cpu_common.c: Remove unneeded headers
Change-Id: I4f57376138725804133059c785e89e095fd6a759 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26000 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/arch/x86/cpu_common.c')
-rw-r--r--src/arch/x86/cpu_common.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/arch/x86/cpu_common.c b/src/arch/x86/cpu_common.c
index a6761f202a..26cf69f6b9 100644
--- a/src/arch/x86/cpu_common.c
+++ b/src/arch/x86/cpu_common.c
@@ -15,8 +15,6 @@
#include <cpu/cpu.h>
#include <arch/io.h>
#include <string.h>
-#include <cpu/x86/mtrr.h>
-#include <cpu/x86/msr.h>
#include <cpu/x86/lapic.h>
#include <arch/cpu.h>
#include <device/path.h>