mirror of
https://github.com/hardkernel/linux.git
synced 2026-05-09 05:35:47 +09:00
Remove ftrace_nr_registered_ops() because it is no longer used. ftrace_nr_registered_ops() has been introduced by commitea701f11da("ftrace: Add selftest to test function trace recursion protection"), but its caller has been removed by commit05cbbf643b("tracing: Fix selftest function recursion accounting"). So it is not called anymore. Link: http://lkml.kernel.org/r/153260907227.12474.5234899025934963683.stgit@devbox Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>