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:
parent
b219e25f8d
commit
3430343572
|
@ -380,7 +380,7 @@ failed:
|
||||||
|
|
||||||
/****************************************************************************/
|
/****************************************************************************/
|
||||||
|
|
||||||
void old_reloc(unsigned long rl)
|
static void old_reloc(unsigned long rl)
|
||||||
{
|
{
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
char *segment[] = { "TEXT", "DATA", "BSS", "*UNKNOWN*" };
|
char *segment[] = { "TEXT", "DATA", "BSS", "*UNKNOWN*" };
|
||||||
|
|
Loading…
Reference in New Issue