Skip to content

Commit 2e81562

Browse files
rvoskrostedt
authored andcommitted
ftrace/x86: Remove mcount() declaration
Commit 562e14f ("ftrace/x86: Remove mcount support") removed the support for using mcount, so we could remove the mcount() declaration to clean up. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Jisheng Zhang <[email protected]> Signed-off-by: Steven Rostedt (VMware) <[email protected]>
1 parent 19a58ce commit 2e81562

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/x86/include/asm/ftrace.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
#define HAVE_FUNCTION_GRAPH_RET_ADDR_PTR
1717

1818
#ifndef __ASSEMBLY__
19-
extern void mcount(void);
2019
extern atomic_t modifying_ftrace_code;
2120
extern void __fentry__(void);
2221

0 commit comments

Comments
 (0)