Commit 343034357202be37be335a08ef4a0f0708b6ba3d

Authored by Axel Lin
Committed by Linus Torvalds
1 parent b219e25f8d

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -380,7 +380,7 @@
380 380  
381 381 /****************************************************************************/
382 382  
383   -void old_reloc(unsigned long rl)
  383 +static void old_reloc(unsigned long rl)
384 384 {
385 385 #ifdef DEBUG
386 386 char *segment[] = { "TEXT", "DATA", "BSS", "*UNKNOWN*" };