From 9ac44b1d057caacc72e980bd83876b77c42b2959 Mon Sep 17 00:00:00 2001 From: David Smith Date: Fri, 20 Feb 2009 13:11:34 -0600 Subject: Better header file inclusion. 2009-02-20 David Smith * debugfs.c: Added inclusion of linux/debugfs.h. * relayfs.h: Removed inclusion of linux/debugfs.h. --- runtime/transport/debugfs.c | 2 ++ runtime/transport/relayfs.h | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/runtime/transport/debugfs.c b/runtime/transport/debugfs.c index dc651a56..85ee604d 100644 --- a/runtime/transport/debugfs.c +++ b/runtime/transport/debugfs.c @@ -9,6 +9,8 @@ * later version. */ +#include + #define STP_DEFAULT_BUFFERS 50 inline static int _stp_ctl_write_fs(int type, void *data, unsigned len) 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 #elif defined (CONFIG_RELAY) # include -# include #else # undef STP_RELAYFS #endif -- cgit