From: Sam Ravnborg Date: Fri, 16 May 2014 21:26:03 +0000 (+0200) Subject: sparc64: fix sparse warnings in kprobes.c X-Git-Tag: omap-for-v3.17/soc-cleanup~79^2^2~9 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f827ea7cee8c1fe9a516dab2fc1686da38cbed0;p=pandora-kernel.git sparc64: fix sparse warnings in kprobes.c Fix following warnings: kprobes.c:515:15: warning: symbol 'trampoline_probe_handler' was not declared. Should it be static? kprobes.c:579:6: warning: symbol 'kretprobe_trampoline_holder' was not declared. Should it be static? Declare the functions static. kretprobe_trampoline_holder is magically used without any real reference so mark is __used, like other arch's do too. Signed-off-by: Sam Ravnborg Signed-off-by: David S. Miller --- Reading git-diff-tree failed