From 8907e816265d9821e39bb21333f6212b97e80504 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 10 May 2011 10:46:41 -0700 Subject: move console includes to central console/console.h Because it's included everywhere anyways. Change-Id: I99a9e6edac08df57c50ef3a706fdbd395cad0abc Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/691 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/cpu/x86/smm/smiutil.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/cpu/x86/smm') diff --git a/src/cpu/x86/smm/smiutil.c b/src/cpu/x86/smm/smiutil.c index d9057d813a..9cd63edc39 100644 --- a/src/cpu/x86/smm/smiutil.c +++ b/src/cpu/x86/smm/smiutil.c @@ -23,18 +23,8 @@ #include #include #include - #include #include -#if CONFIG_CONSOLE_SERIAL8250 || CONFIG_CONSOLE_SERIAL8250MEM -#include -#endif -#if CONFIG_USBDEBUG -#include -#endif -#if CONFIG_CONSOLE_NE2K -#include -#endif #if CONFIG_CONSOLE_SERIAL8250MEM static u32 serial8250mem_base_address = 0; -- cgit v1.2.3