[coreboot] [commit] r5337 - trunk/src/arch/i386/lib

repository service svn at coreboot.org
Wed Mar 31 00:08:51 CEST 2010


Author: stepan
Date: Wed Mar 31 00:08:48 2010
New Revision: 5337
URL: https://tracker.coreboot.org/trac/coreboot/changeset/5337

Log:
that version of console_tx_byte is private.

Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>

Modified:
   trunk/src/arch/i386/lib/printk_init.c

Modified: trunk/src/arch/i386/lib/printk_init.c
==============================================================================
--- trunk/src/arch/i386/lib/printk_init.c	Wed Mar 31 00:03:10 2010	(r5336)
+++ trunk/src/arch/i386/lib/printk_init.c	Wed Mar 31 00:08:48 2010	(r5337)
@@ -32,7 +32,7 @@
 #define console_loglevel CONFIG_DEFAULT_CONSOLE_LOGLEVEL
 #endif
 
-void console_tx_byte(unsigned char byte)
+static void console_tx_byte(unsigned char byte)
 {
 	if (byte == '\n')
 		uart8250_tx_byte(CONFIG_TTYS0_BASE, '\r');




More information about the coreboot mailing list