summaryrefslogtreecommitdiff
path: root/src/lib/coreboot_table.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-06-03 14:52:04 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2018-06-04 02:45:29 +0000
commit965955edde49be350035b7fe924b6b4aec6a47eb (patch)
tree7a1cc25e0a06aad55e2e8f4e655201d03940ad43 /src/lib/coreboot_table.c
parent2a5f6cb35188dcf8efb049d086c9ad88a48d2fc2 (diff)
downloadcoreboot-965955edde49be350035b7fe924b6b4aec6a47eb.tar.xz
lib/coreboot_table.c: Remove unneeded include
Change-Id: I6e0d9e10d4f2ea224a19ef11481148f21d29857f Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26795 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/lib/coreboot_table.c')
-rw-r--r--src/lib/coreboot_table.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/coreboot_table.c b/src/lib/coreboot_table.c
index 2970215034..b894809542 100644
--- a/src/lib/coreboot_table.c
+++ b/src/lib/coreboot_table.c
@@ -44,10 +44,6 @@
#include <vendorcode/google/chromeos/chromeos.h>
#include <vendorcode/google/chromeos/gnvs.h>
#endif
-#if IS_ENABLED(CONFIG_ARCH_X86)
-#include <cpu/x86/mtrr.h>
-#endif
-#include <commonlib/helpers.h>
static struct lb_header *lb_table_init(unsigned long addr)
{