summaryrefslogtreecommitdiffstats
path: root/src/cpu/x86/lapic
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-05-31 14:20:27 +0200
committerMartin Roth <martinroth@google.com>2018-06-01 16:27:00 +0000
commite307343b9e5fea2ce639cba92d8dce020382f3a2 (patch)
tree54403aac327cac9bf51fd0ffe6ab4bb71f78e178 /src/cpu/x86/lapic
parent3c8b5d00c3e52d4149ff842f674ce0f68cd86509 (diff)
downloadcoreboot-e307343b9e5fea2ce639cba92d8dce020382f3a2.tar.gz
coreboot-e307343b9e5fea2ce639cba92d8dce020382f3a2.tar.bz2
coreboot-e307343b9e5fea2ce639cba92d8dce020382f3a2.zip
src/cpu: Remove unneeded includes
Change-Id: I8fb03ada29b37f96fb02122462dfb8ec7faa9d31 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26732 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/cpu/x86/lapic')
-rw-r--r--src/cpu/x86/lapic/lapic.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cpu/x86/lapic/lapic.c b/src/cpu/x86/lapic/lapic.c
index ca0ff94c9970..8cd3092b2470 100644
--- a/src/cpu/x86/lapic/lapic.c
+++ b/src/cpu/x86/lapic/lapic.c
@@ -13,8 +13,6 @@
#include <cpu/x86/lapic.h>
#include <console/console.h>
-#include <cpu/x86/msr.h>
-#include <cpu/x86/mtrr.h>
void do_lapic_init(void)
{