summaryrefslogtreecommitdiffstats
path: root/runtime/transport/relayfs.h
diff options
context:
space:
mode:
authorDavid Smith <dsmith@redhat.com>2009-02-20 13:11:34 -0600
committerDavid Smith <dsmith@redhat.com>2009-02-20 13:11:34 -0600
commit9ac44b1d057caacc72e980bd83876b77c42b2959 (patch)
tree4de84baa2283b9f6f2d021943930cb3bc0107855 /runtime/transport/relayfs.h
parente1d8e378730ccff8491104575913a4943e9427a8 (diff)
downloadsystemtap-steved-9ac44b1d057caacc72e980bd83876b77c42b2959.tar.gz
systemtap-steved-9ac44b1d057caacc72e980bd83876b77c42b2959.tar.xz
systemtap-steved-9ac44b1d057caacc72e980bd83876b77c42b2959.zip
Better <linux/debugfs.h> header file inclusion.
2009-02-20 David Smith <dsmith@redhat.com> * debugfs.c: Added inclusion of linux/debugfs.h. * relayfs.h: Removed inclusion of linux/debugfs.h.
Diffstat (limited to 'runtime/transport/relayfs.h')
-rw-r--r--runtime/transport/relayfs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/transport/relayfs.h b/runtime/transport/relayfs.h
index c33e9b08..e984b05b 100644
--- a/runtime/transport/relayfs.h
+++ b/runtime/transport/relayfs.h
@@ -9,7 +9,6 @@
# include <linux/relayfs_fs.h>
#elif defined (CONFIG_RELAY)
# include <linux/relay.h>
-# include <linux/debugfs.h>
#else
# undef STP_RELAYFS
#endif