aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorVasily Gorbik <gor@linux.ibm.com>2024-08-21 20:06:13 +0200
committerVasily Gorbik <gor@linux.ibm.com>2024-08-27 20:16:48 +0200
commit017f1f0d397604f289d9075d8481e42a9b85194a (patch)
treec6d5e58dfbc95b8ce0741374c42b359c34d3dea8
parents390/early: Dump register contents and call trace for early crashes (diff)
downloadwireguard-linux-017f1f0d397604f289d9075d8481e42a9b85194a.tar.xz
wireguard-linux-017f1f0d397604f289d9075d8481e42a9b85194a.zip
s390/ftrace: Remove unused ftrace_plt_template*
Unused since commit b860b9346e2d ("s390/ftrace: remove dead code"). Reviewed-by: Ilya Leoshkevich <iii@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
-rw-r--r--arch/s390/kernel/ftrace.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/s390/kernel/ftrace.h b/arch/s390/kernel/ftrace.h
index 7f75a9616406..23337065f402 100644
--- a/arch/s390/kernel/ftrace.h
+++ b/arch/s390/kernel/ftrace.h
@@ -18,7 +18,5 @@ extern const char ftrace_shared_hotpatch_trampoline_br[];
extern const char ftrace_shared_hotpatch_trampoline_br_end[];
extern const char ftrace_shared_hotpatch_trampoline_exrl[];
extern const char ftrace_shared_hotpatch_trampoline_exrl_end[];
-extern const char ftrace_plt_template[];
-extern const char ftrace_plt_template_end[];
#endif /* _FTRACE_H */