From cf8e4660846eb414d38dc4bb380006806430e902 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki 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/msi/ms6178/mainboard.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainboard/msi/ms6178/mainboard.c') diff --git a/src/mainboard/msi/ms6178/mainboard.c b/src/mainboard/msi/ms6178/mainboard.c index 795d2d39a6..009c134d52 100644 --- a/src/mainboard/msi/ms6178/mainboard.c +++ b/src/mainboard/msi/ms6178/mainboard.c @@ -19,7 +19,6 @@ */ #include -#include struct chip_operations mainboard_ops = { CHIP_NAME("MSI MS-6178 Mainboard") -- cgit v1.2.3