commit | 6f86ab9fcaef122abb837819139eadac1a0ca966 | [log] [tgz] |
---|---|---|
author | Vaibhav Nagarnaik <vnagarnaik@google.com> | Thu Jun 07 16:46:25 2012 -0700 |
committer | Steven Rostedt <rostedt@goodmis.org> | Wed Oct 31 16:45:34 2012 -0400 |
tree | 3fc172fd1e89d86d32f7dca3a75666b659533c29 | |
parent | 01e3e710a9265fb7092efd67243d7b6dd6e2548a [diff] |
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>