Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/26000
Change subject: arch/x86/cpu_common.c: Remove unneeded headers ......................................................................
arch/x86/cpu_common.c: Remove unneeded headers
Change-Id: I4f57376138725804133059c785e89e095fd6a759 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/arch/x86/cpu_common.c 1 file changed, 0 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/00/26000/1
diff --git a/src/arch/x86/cpu_common.c b/src/arch/x86/cpu_common.c index a6761f2..26cf69f 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>