From 965955edde49be350035b7fe924b6b4aec6a47eb Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sun, 3 Jun 2018 14:52:04 +0200 Subject: lib/coreboot_table.c: Remove unneeded include Change-Id: I6e0d9e10d4f2ea224a19ef11481148f21d29857f Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/26795 Reviewed-by: Nico Huber Tested-by: build bot (Jenkins) --- src/lib/coreboot_table.c | 4 ---- 1 file changed, 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 #include #endif -#if IS_ENABLED(CONFIG_ARCH_X86) -#include -#endif -#include static struct lb_header *lb_table_init(unsigned long addr) { -- cgit v1.2.3