diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2014-05-16 21:26:03 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-05-19 02:01:32 (GMT) |
commit | 2f827ea7cee8c1fe9a516dab2fc1686da38cbed0 (patch) | |
tree | 11b2c65ed50abbec4ec7afabf0a8e006b13adf9c /init | |
parent | 8c7260c0d9a6fa327546af724fb48375df493326 (diff) | |
download | linux-2f827ea7cee8c1fe9a516dab2fc1686da38cbed0.tar.xz |
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 <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions