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

Commit 6b253930 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

tracing: fix typo and missing inline function



Impact: fix build bugs

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent e32d8956
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -529,7 +529,11 @@ static inline int ftrace_graph_addr(unsigned long addr)
#else
static inline int ftrace_trace_addr(unsigned long addr)
{
	return 1
	return 1;
}
static inline int ftrace_graph_addr(unsigned long addr)
{
	return 1;
}
#endif /* CONFIG_DYNAMIC_FTRACE */