tracing: Cleanup unnecessary function declarations
authorVaibhav Nagarnaik <vnagarnaik@google.com>
Thu, 7 Jun 2012 23:46:25 +0000 (16:46 -0700)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 31 Oct 2012 20:45:34 +0000 (16:45 -0400)
The functions defined in include/trace/syscalls.h are not used directly
since struct ftrace_event_class was introduced. Remove them from the
header file and rearrange the ftrace_event_class declarations in
trace_syscalls.c.

Link: http://lkml.kernel.org/r/1339112785-21806-2-git-send-email-vnagarnaik@google.com
Signed-off-by: Vaibhav Nagarnaik <vnagarnaik@google.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>

No differences found