From: Steven Rostedt (Red Hat) Date: Tue, 20 Jan 2015 16:28:28 +0000 (-0500) Subject: tracing: Remove unneeded includes of debugfs.h and fs.h X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~111^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3efb5f21a36fbddd524cffe36426a84622ce580e;p=pandora-kernel.git 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 --- Reading git-diff-tree failed