fs/binfmt_flat.c: make old_reloc() static

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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Axel Lin 2014-06-04 16:12:15 -07:00 committed by Linus Torvalds
parent b219e25f8d
commit 3430343572
1 changed files with 1 additions and 1 deletions

View 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*" };