Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2e815627 authored by Jisheng Zhang's avatar Jisheng Zhang Committed by Steven Rostedt (VMware)
Browse files

ftrace/x86: Remove mcount() declaration

Commit 562e14f7 ("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/20190826170150.10f101ba@xhacker.debian



Signed-off-by: default avatarJisheng Zhang <Jisheng.Zhang@synaptics.com>
Signed-off-by: default avatarSteven Rostedt (VMware) <rostedt@goodmis.org>
parent 19a58ce1
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -16,7 +16,6 @@
#define HAVE_FUNCTION_GRAPH_RET_ADDR_PTR
#define HAVE_FUNCTION_GRAPH_RET_ADDR_PTR


#ifndef __ASSEMBLY__
#ifndef __ASSEMBLY__
extern void mcount(void);
extern atomic_t modifying_ftrace_code;
extern atomic_t modifying_ftrace_code;
extern void __fentry__(void);
extern void __fentry__(void);