Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Axel Lin and committed by
Linus Torvalds
34303435 b219e25f

+1 -1
+1 -1
fs/binfmt_flat.c
··· 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*" };