aboutsummaryrefslogtreecommitdiffstats
path: root/lib/vsprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vsprintf.c')
-rw-r--r--lib/vsprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vsprintf.c b/lib/vsprintf.c
index d8d1d1142248..f5e5ffb9942f 100644
--- a/lib/vsprintf.c
+++ b/lib/vsprintf.c
@@ -513,7 +513,7 @@ static char *string(char *buf, char *end, char *s, int field_width, int precisio
513 return buf; 513 return buf;
514} 514}
515 515
516static inline void *dereference_function_descriptor(void *ptr) 516void *dereference_function_descriptor(void *ptr)
517{ 517{
518#if defined(CONFIG_IA64) || defined(CONFIG_PPC64) 518#if defined(CONFIG_IA64) || defined(CONFIG_PPC64)
519 void *p; 519 void *p;