From cf8e4660846eb414d38dc4bb380006806430e902 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Thu, 2 Aug 2012 11:52:22 +0300 Subject: Cleanup coreboot memory table includes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The includes removed here were previously required for struct lb_memory and lb_add_memory_range(). Change-Id: Ie6c0d4ef55c2225aa709cf3fbad30ff1080e3610 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/1391 Reviewed-by: Alexandru Gagniuc Tested-by: build bot (Jenkins) --- src/mainboard/thomson/ip1000/mainboard.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mainboard/thomson') diff --git a/src/mainboard/thomson/ip1000/mainboard.c b/src/mainboard/thomson/ip1000/mainboard.c index ac06b25bd0..b7e32706ab 100644 --- a/src/mainboard/thomson/ip1000/mainboard.c +++ b/src/mainboard/thomson/ip1000/mainboard.c @@ -20,12 +20,10 @@ #include #include -#include #include #if CONFIG_PCI_OPTION_ROM_RUN_YABEL #include #endif -#include #include // setting the bit disables the led. -- cgit v1.2.3