]> git.baikalelectronics.ru Git - kernel.git/commit
[POWERPC] Kill sparse warnings in kprobes
authorAnanth N Mavinakayanahalli <ananth@in.ibm.com>
Fri, 15 Feb 2008 10:59:17 +0000 (21:59 +1100)
committerPaul Mackerras <paulus@samba.org>
Wed, 20 Feb 2008 02:33:37 +0000 (13:33 +1100)
commitead3afd4a91cafaeb03b2505a493b75048f0ce4f
treecdfdc745b8e435f90573002d22e13f4fc6436b9e
parenta01d1bccc9c5914626c1fb3fa81d4f24c0923742
[POWERPC] Kill sparse warnings in kprobes

Fix sparse warnings in powerpc kprobes:

  CHECK   arch/powerpc/kernel/kprobes.c
arch/powerpc/kernel/kprobes.c:277:6: warning: symbol 'kretprobe_trampoline_holder' was not declared. Should it be static?
arch/powerpc/kernel/kprobes.c:287:15: warning: symbol 'trampoline_probe_handler' was not declared. Should it be static?
arch/powerpc/kernel/kprobes.c:525:16: warning: symbol 'jprobe_return_end' was not declared. Should it be static?

Fix along the same lines as http://lkml.org/lkml/2008/2/13/642

Signed-off-by: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/kprobes.c