aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/binfmt_flat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/binfmt_flat.c b/fs/binfmt_flat.c
index d50bbe59da1e..f723cd3a455c 100644
--- a/fs/binfmt_flat.c
+++ b/fs/binfmt_flat.c
@@ -380,7 +380,7 @@ failed:
380 380
381/****************************************************************************/ 381/****************************************************************************/
382 382
383void old_reloc(unsigned long rl) 383static void old_reloc(unsigned long rl)
384{ 384{
385#ifdef DEBUG 385#ifdef DEBUG
386 char *segment[] = { "TEXT", "DATA", "BSS", "*UNKNOWN*" }; 386 char *segment[] = { "TEXT", "DATA", "BSS", "*UNKNOWN*" };