[prev in list] [next in list] [prev in thread] [next in thread] 

List:       linuxbios
Subject:    [coreboot] [commit] r5337 - trunk/src/arch/i386/lib
From:       repository service <svn () coreboot ! org>
Date:       2010-03-30 22:08:51
Message-ID: E1NwjcB-0004AW-NX () ra ! coresystems ! de
[Download RAW message or body]

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@coresystems.de>
Acked-by: Stefan Reinauer <stepan@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');

-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic