From e2290aef3139b9a987855f7f3bb887516483c052 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Wed, 4 Mar 2015 11:32:36 +0100 Subject: console: Make locally used function static Signed-off-by: Sascha Hauer --- common/console_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/console_common.c b/common/console_common.c index d88e678aad..41a6929dba 100644 --- a/common/console_common.c +++ b/common/console_common.c @@ -97,7 +97,7 @@ void log_clean(unsigned int limit) } } -void pr_puts(int level, const char *str) +static void pr_puts(int level, const char *str) { struct log_entry *log; -- cgit v1.2.3