projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.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
|
blame
|
history
diff --git
a/fs/binfmt_flat.c
b/fs/binfmt_flat.c
index d50bbe59da1e339cc325846c6daed9669c0d6c04..f723cd3a455cbde47e5be8cabb798e0725eefb8e 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*" };