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