]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
fs/binfmt_flat.c: make old_reloc() static
authorAxel Lin <axel.lin@ingics.com>
Thu, 22 May 2014 00:43:44 +0000 (10:43 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 22 May 2014 00:43:44 +0000 (10:43 +1000)
old_reloc() is only used in this file, make it static.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/binfmt_flat.c

index d50bbe59da1e339cc325846c6daed9669c0d6c04..f723cd3a455cbde47e5be8cabb798e0725eefb8e 100644 (file)
@@ -380,7 +380,7 @@ failed:
 
 /****************************************************************************/
 
-void old_reloc(unsigned long rl)
+static void old_reloc(unsigned long rl)
 {
 #ifdef DEBUG
        char *segment[] = { "TEXT", "DATA", "BSS", "*UNKNOWN*" };