]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - fs/binfmt_flat.c
fs/binfmt_flat.c: make old_reloc() static
authorAxel Lin <axel.lin@ingics.com>
Wed, 4 Jun 2014 23:12:15 +0000 (16:12 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 4 Jun 2014 23:54:21 +0000 (16:54 -0700)
commit343034357202be37be335a08ef4a0f0708b6ba3d
tree52442fd06d4effca4515a403cecfae279e9d0ce9
parentb219e25f8dd9793904ca87c55c76ab8c8931abb9
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>
fs/binfmt_flat.c