tracing: Remove orphaned function using_ftrace_ops_list_func().
authorMasami Hiramatsu <mhiramat@kernel.org>
Thu, 26 Jul 2018 12:44:04 +0000 (21:44 +0900)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Thu, 26 Jul 2018 14:53:05 +0000 (10:53 -0400)
commit7b144b6c795a380beae6f7b40dcfb21014c4afb8
tree6fbd4c8b2e1eb6efe3255f417ca8ae457595b069
parentf6b7425cfb92cbf0d04de816bec1bd8cb9a79d0f
tracing: Remove orphaned function using_ftrace_ops_list_func().

Remove using_ftrace_ops_list_func() since it is no longer used.

Using ftrace_ops_list_func() has been introduced by commit 7eea4fce0246
("tracing/stack_trace: Skip 4 instead of 3 when using ftrace_ops_list_func")
as a helper function, but its caller has been removed by commit 72ac426a5bb0
("tracing: Clean up stack tracing and fix fentry updates").  So it is not
called anymore.

Link: http://lkml.kernel.org/r/153260904427.12474.9952096317439329851.stgit@devbox
Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
kernel/trace/ftrace.c
kernel/trace/trace.h