diff options
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | 2015-01-20 11:28:28 -0500 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2015-01-22 11:19:48 -0500 |
commit | 3efb5f21a36fbddd524cffe36426a84622ce580e (patch) | |
tree | 0ab648dbdf9459f78c037dcb480dc09c2da167b9 /kernel/trace/trace_sched_wakeup.c | |
parent | d716ff71dd12bc6328f84a9ec1c3647daf01c827 (diff) | |
download | blackbird-obmc-linux-3efb5f21a36fbddd524cffe36426a84622ce580e.tar.gz blackbird-obmc-linux-3efb5f21a36fbddd524cffe36426a84622ce580e.zip |
tracing: Remove unneeded includes of debugfs.h and fs.h
The creation of tracing files and directories is for the most part
encapsulated in helper functions in trace.c. Other files do not need to
include debugfs.h or fs.h, as they may have needed to in the past.
Remove them from the files that do not need them.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'kernel/trace/trace_sched_wakeup.c')
-rw-r--r-- | kernel/trace/trace_sched_wakeup.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/trace/trace_sched_wakeup.c b/kernel/trace/trace_sched_wakeup.c index 8fb84b362816..d6e1003724e9 100644 --- a/kernel/trace/trace_sched_wakeup.c +++ b/kernel/trace/trace_sched_wakeup.c @@ -10,8 +10,6 @@ * Copyright (C) 2004 Nadia Yvette Chambers */ #include <linux/module.h> -#include <linux/fs.h> -#include <linux/debugfs.h> #include <linux/kallsyms.h> #include <linux/uaccess.h> #include <linux/ftrace.h> |