kprobes: Make local functions static
authorMasami Hiramatsu <mhiramat@kernel.org>
Sat, 29 Aug 2020 13:03:02 +0000 (22:03 +0900)
committerIngo Molnar <mingo@kernel.org>
Tue, 8 Sep 2020 09:52:42 +0000 (11:52 +0200)
commit319f0ce284fff8e4f95167cb144acc905d0584c7
tree2510b02d3866305bafc80aac8347c49c27c18fde
parentb338817807538c893540e393856b79cbbdf777ea
kprobes: Make local functions static

Since we unified the kretprobe trampoline handler from arch/* code,
some functions and objects do not need to be exported anymore.

Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/159870618256.1229682.8692046612635810882.stgit@devnote2
include/linux/kprobes.h
kernel/kprobes.c