VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Axel Lin <axel.lin@ingics.com> 2014-06-04 16:12:15 -0700 committer: Linus Torvalds <torvalds@linux-foundation.org> 2014-06-04 16:54:21 -0700 commit: 343034357202be37be335a08ef4a0f0708b6ba3d parent: b219e25f8dd9793904ca87c55c76ab8c8931abb9
Commit Summary:
fs/binfmt_flat.c: make old_reloc() static
Diffstat:
1 file changed, 1 insertion, 1 deletion
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:
 
 /****************************************************************************/
 
-void old_reloc(unsigned long rl)
+static void old_reloc(unsigned long rl)
 {
 #ifdef DEBUG
 	char *segment[] = { "TEXT", "DATA", "BSS", "*UNKNOWN*" };