]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit02e7ef451d17f50a2c717b33255cb636603cc01e
treef88445c86863c1fd97f0d8ca7b12e9c1d14791a5
parent15e23371bf5a2a057756f13b64e4155dda99f60a
kprobes: Remove show_registers() function prototype

Remove show_registers() function prototype because this function
has been renamed by commit:

  df3e6af6cf48 ("x86: Avoid double stack traces with show_regs()")

and this commit has removed the caller in kprobes altogether:

  98ef03ee2ec5 ("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