From f0aa09b51b1874b8d52574d18a497162eda9cdf5 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 23 Mar 2010 13:23:40 +0000 Subject: fix newly introduced printk_foo warnings.. Interesting enough, console_printk was only used in a single place and duplicated a large part of console.h which is included in the same place. Thus, just drop console_printk.c and we're one down with console complexity Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5274 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/arch/i386/lib/console.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/arch/i386/lib/console.c') diff --git a/src/arch/i386/lib/console.c b/src/arch/i386/lib/console.c index 6d07e1670b..15d65a31c7 100644 --- a/src/arch/i386/lib/console.c +++ b/src/arch/i386/lib/console.c @@ -5,7 +5,6 @@ #include "console_print.c" #else /* CONFIG_USE_PRINTK_IN_CAR == 1 */ #include -#include "console_printk.c" #endif /* CONFIG_USE_PRINTK_IN_CAR */ void console_init(void) -- cgit v1.2.3