diff options
author | Vasily Gorbik <gor@linux.ibm.com> | 2024-08-21 20:06:13 +0200 |
---|---|---|
committer | Vasily Gorbik <gor@linux.ibm.com> | 2024-08-27 20:16:48 +0200 |
commit | 017f1f0d397604f289d9075d8481e42a9b85194a (patch) | |
tree | c6d5e58dfbc95b8ce0741374c42b359c34d3dea8 /arch/s390 | |
parent | 6708948e361fc1eea858f8ce333c1aab7411c114 (diff) |
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>
Diffstat (limited to 'arch/s390')
-rw-r--r-- | arch/s390/kernel/ftrace.h | 2 |
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 */ |