Skip to content

Commit b599b06

Browse files
YueHaibingrostedt
authored andcommitted
x86/ftrace: Remove unsued extern declaration ftrace_regs_caller_ret()
This is now unused, so can remove it. Link: https://lore.kernel.org/linux-trace-kernel/[email protected] Cc: <[email protected]> Cc: <[email protected]> Cc: <[email protected]> Cc: <[email protected]> Cc: <[email protected]> Cc: <[email protected]> Cc: <[email protected]> Cc: <[email protected]> Signed-off-by: YueHaibing <[email protected]> Acked-by: Masami Hiramatsu (Google) <[email protected]> Signed-off-by: Steven Rostedt (Google) <[email protected]>
1 parent 8c3526f commit b599b06

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/x86/kernel/ftrace.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,6 @@ static inline void tramp_free(void *tramp) { }
282282

283283
/* Defined as markers to the end of the ftrace default trampolines */
284284
extern void ftrace_regs_caller_end(void);
285-
extern void ftrace_regs_caller_ret(void);
286285
extern void ftrace_caller_end(void);
287286
extern void ftrace_caller_op_ptr(void);
288287
extern void ftrace_regs_caller_op_ptr(void);

0 commit comments

Comments
 (0)