]> Pileus Git - ~andy/linux/commit
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)
commit6f86ab9fcaef122abb837819139eadac1a0ca966
tree3fc172fd1e89d86d32f7dca3a75666b659533c29
parent01e3e710a9265fb7092efd67243d7b6dd6e2548a
tracing: Cleanup unnecessary function declarations

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>
include/trace/syscall.h
kernel/trace/trace_syscalls.c