commit | 3efb5f21a36fbddd524cffe36426a84622ce580e | [log] [tgz] |
---|---|---|
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | Tue Jan 20 11:28:28 2015 -0500 |
committer | Steven Rostedt <rostedt@goodmis.org> | Thu Jan 22 11:19:48 2015 -0500 |
tree | 0ab648dbdf9459f78c037dcb480dc09c2da167b9 | |
parent | d716ff71dd12bc6328f84a9ec1c3647daf01c827 [diff] |
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>