diff options
| author | Jiri Olsa <[email protected]> | 2015-09-02 09:56:43 +0200 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2015-09-14 12:50:15 -0300 |
| commit | 4605eab3487dc818b1f3cbee2cd139cca3564be7 (patch) | |
| tree | b63bdd5ed951159c06f29877af81cc41294e2afd /tools/lib/api/fs/fs.c | |
| parent | 4f234f06d608635a1cff936131285a91af213b37 (diff) | |
tools lib api fs: Replace debugfs/tracefs objects interface with fs.c
Switching to the fs.c related filesystem framework.
Signed-off-by: Jiri Olsa <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Matt Fleming <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Raphael Beamonte <[email protected]>
Cc: Steven Rostedt <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/lib/api/fs/fs.c')
| -rw-r--r-- | tools/lib/api/fs/fs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/lib/api/fs/fs.c b/tools/lib/api/fs/fs.c index 8afe08a99bc6..791509346178 100644 --- a/tools/lib/api/fs/fs.c +++ b/tools/lib/api/fs/fs.c @@ -11,7 +11,6 @@ #include <unistd.h> #include <sys/mount.h> -#include "debugfs.h" #include "fs.h" #define _STR(x) #x |