summaryrefslogtreecommitdiffstats
path: root/include/linux/ftrace_event.h
diff options
context:
space:
mode:
authorOleg Nesterov <oleg@redhat.com>2014-07-15 20:48:27 +0200
committerSteven Rostedt <rostedt@goodmis.org>2014-07-16 14:28:41 -0400
commite738d3ebbf70ebadb83f3a4060dc34f422c2fbe7 (patch)
tree3c2295d8d3433b5bd65c1e421428c0c598408c6e /include/linux/ftrace_event.h
parentede392a75090aab49b01ecd6f7694bb9130ad461 (diff)
downloadop-kernel-dev-e738d3ebbf70ebadb83f3a4060dc34f422c2fbe7.zip
op-kernel-dev-e738d3ebbf70ebadb83f3a4060dc34f422c2fbe7.tar.gz
tracing: Kill ftrace_event_call->files
Remove ftrace_event_call->files. It has no users, and in fact even the commit ae63b31e4d0e "tracing: Separate out trace events from global variables" which added this member did not use it. Link: http://lkml.kernel.org/p/20140715184827.GA20508@redhat.com Signed-off-by: Oleg Nesterov <oleg@redhat.com> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'include/linux/ftrace_event.h')
-rw-r--r--include/linux/ftrace_event.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/ftrace_event.h b/include/linux/ftrace_event.h
index f434d75..06c6faa 100644
--- a/include/linux/ftrace_event.h
+++ b/include/linux/ftrace_event.h
@@ -272,7 +272,6 @@ struct ftrace_event_call {
struct trace_event event;
const char *print_fmt;
struct event_filter *filter;
- struct list_head *files;
void *mod;
void *data;
/*
OpenPOWER on IntegriCloud