[RFC 7/8] sparc: prom: Make prom_console_write_buf() static

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Julian Calaby <julian.calaby@xxxxxxxxx>
---
 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);
--
To unsubscribe from this list: send the line "unsubscribe sparclinux" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Kernel Development]     [DCCP]     [Linux ARM Development]     [Linux]     [Photo]     [Yosemite Help]     [Linux ARM Kernel]     [Linux SCSI]     [Linux x86_64]     [Linux Hams]

  Powered by Linux