linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] x86/ftrace: Remove unsued extern declaration ftrace_regs_caller_ret()
@ 2023-06-23  9:16 YueHaibing
  2023-06-25  6:01 ` Masami Hiramatsu
  0 siblings, 1 reply; 2+ messages in thread
From: YueHaibing @ 2023-06-23  9:16 UTC (permalink / raw)
  To: rostedt, mhiramat, mark.rutland, tglx, mingo, bp, dave.hansen,
	x86, hpa, peterz
  Cc: linux-kernel, linux-trace-kernel, YueHaibing

This is now unused, so can remove it.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 arch/x86/kernel/ftrace.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/kernel/ftrace.c b/arch/x86/kernel/ftrace.c
index 01e8f34daf22..12df54ff0e81 100644
--- a/arch/x86/kernel/ftrace.c
+++ b/arch/x86/kernel/ftrace.c
@@ -282,7 +282,6 @@ static inline void tramp_free(void *tramp) { }
 
 /* Defined as markers to the end of the ftrace default trampolines */
 extern void ftrace_regs_caller_end(void);
-extern void ftrace_regs_caller_ret(void);
 extern void ftrace_caller_end(void);
 extern void ftrace_caller_op_ptr(void);
 extern void ftrace_regs_caller_op_ptr(void);
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-25  6:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-23  9:16 [PATCH -next] x86/ftrace: Remove unsued extern declaration ftrace_regs_caller_ret() YueHaibing
2023-06-25  6:01 ` Masami Hiramatsu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).