kprobes: Remove show_registers() function prototype
authorMasami Hiramatsu <mhiramat@kernel.org>
Fri, 17 Jul 2020 08:42:55 +0000 (17:42 +0900)
committerIngo Molnar <mingo@kernel.org>
Thu, 6 Aug 2020 15:52:28 +0000 (17:52 +0200)
Remove show_registers() function prototype because this function
has been renamed by commit:

  57da8b960b9a ("x86: Avoid double stack traces with show_regs()")

and this commit has removed the caller in kprobes altogether:

  80006dbee674 ("kprobes/x86: Remove jprobe implementation")

So this doesn't exist anymore - remove the orphan prototype.

Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
include/linux/kprobes.h

index 45b8cdc9fad76ceafa1aa512b792d82ae503d9b4..9be1bff4f586a61573ecc8b806b2137e3b187613 100644 (file)
@@ -227,7 +227,6 @@ extern int arch_prepare_kprobe(struct kprobe *p);
 extern void arch_arm_kprobe(struct kprobe *p);
 extern void arch_disarm_kprobe(struct kprobe *p);
 extern int arch_init_kprobes(void);
-extern void show_registers(struct pt_regs *regs);
 extern void kprobes_inc_nmissed_count(struct kprobe *p);
 extern bool arch_within_kprobe_blacklist(unsigned long addr);
 extern int arch_populate_kprobe_blacklist(void);