projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b219e25
)
fs/binfmt_flat.c: make old_reloc() static
author
Axel Lin
<axel.lin@ingics.com>
Wed, 4 Jun 2014 23:12:15 +0000
(16:12 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 4 Jun 2014 23:54:21 +0000
(16:54 -0700)
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>
fs/binfmt_flat.c
patch
|
blob
|
history
diff --git
a/fs/binfmt_flat.c
b/fs/binfmt_flat.c
index
d50bbe5
..
f723cd3
100644
(file)
--- a/
fs/binfmt_flat.c
+++ b/
fs/binfmt_flat.c
@@
-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*" };