9
0
Fork 0

console: Make locally used function static

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2015-03-04 11:32:36 +01:00
parent 6e9767f73c
commit e2290aef31
1 changed files with 1 additions and 1 deletions

View File

@ -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;