summaryrefslogtreecommitdiff
path: root/kernel/trace/trace_branch.c
diff options
context:
space:
mode:
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>2015-01-20 16:28:28 (GMT)
committerSteven Rostedt <rostedt@goodmis.org>2015-01-22 16:19:48 (GMT)
commit3efb5f21a36fbddd524cffe36426a84622ce580e (patch)
tree0ab648dbdf9459f78c037dcb480dc09c2da167b9 /kernel/trace/trace_branch.c
parentd716ff71dd12bc6328f84a9ec1c3647daf01c827 (diff)
downloadlinux-3efb5f21a36fbddd524cffe36426a84622ce580e.tar.xz
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_branch.c')
-rw-r--r--kernel/trace/trace_branch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/trace/trace_branch.c b/kernel/trace/trace_branch.c
index 7d6e2af..57cbf1e 100644
--- a/kernel/trace/trace_branch.c
+++ b/kernel/trace/trace_branch.c
@@ -7,7 +7,6 @@
#include <linux/seq_file.h>
#include <linux/spinlock.h>
#include <linux/irqflags.h>
-#include <linux/debugfs.h>
#include <linux/uaccess.h>
#include <linux/module.h>
#include <linux/ftrace.h>