All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC 7/8] sparc: prom: Make prom_console_write_buf() static
@ 2010-12-04  3:59 Julian Calaby
  2010-12-12 22:47 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Julian Calaby @ 2010-12-04  3:59 UTC (permalink / raw)
  To: sparclinux

Signed-off-by: Julian Calaby <julian.calaby@gmail.com>
---
 arch/sparc/prom/printf.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/sparc/prom/printf.c b/arch/sparc/prom/printf.c
index 590b985..187e2fa 100644
--- a/arch/sparc/prom/printf.c
+++ b/arch/sparc/prom/printf.c
@@ -82,7 +82,7 @@ static int __prom_console_write_buf(const char *buf, int len)
 
 #endif
 
-void prom_console_write_buf(const char *buf, int len)
+static void prom_console_write_buf(const char *buf, int len)
 {
 	while (len) {
 		int n = __prom_console_write_buf(buf, len);

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-12-12 22:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-04  3:59 [RFC 7/8] sparc: prom: Make prom_console_write_buf() static Julian Calaby
2010-12-12 22:47 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.