diff options
author | 2014-10-13 15:53:46 -0700 | |
---|---|---|
committer | 2014-10-14 02:18:21 +0200 | |
commit | f8da964dfbdca0eb14f9bf67be4ab6d256f90b7f (patch) | |
tree | 024cef5bda9025cbba907accb2155e0b7d7e848a /tools/perf/scripts/python/export-to-postgresql.py | |
parent | kexec: remove the unused function parameter (diff) | |
download | wireguard-linux-f8da964dfbdca0eb14f9bf67be4ab6d256f90b7f.tar.xz wireguard-linux-f8da964dfbdca0eb14f9bf67be4ab6d256f90b7f.zip |
kexec-bzimage64: fix sparse warnings
David Howells brought to my attention the mails generated by kbuild test
bot and following sparse warnings were present. This patch fixes these
warnings.
arch/x86/kernel/kexec-bzimage64.c:270:5: warning: symbol 'bzImage64_probe' was not declared. Should it be static?
arch/x86/kernel/kexec-bzimage64.c:328:6: warning: symbol 'bzImage64_load' was not declared. Should it be static?
arch/x86/kernel/kexec-bzimage64.c:517:5: warning: symbol 'bzImage64_cleanup' was not declared. Should it be static?
arch/x86/kernel/kexec-bzimage64.c:531:5: warning: symbol 'bzImage64_verify_sig' was not declared. Should it be static?
arch/x86/kernel/kexec-bzimage64.c:546:23: warning: symbol 'kexec_bzImage64_ops' was not declared. Should it be static?
Signed-off-by: Vivek Goyal <vgoyal@redhat.com>
Reported-by: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions