aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/debug.h
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@infradead.org>2006-04-25 15:16:44 +0100
committerDavid Woodhouse <dwmw2@infradead.org>2006-04-25 15:16:44 +0100
commit1af042271f9bf7601f7ecf4d328ccde3a44d2c72 (patch)
tree9c1dea25088aed63a29b2f759edfb6fbca2a186c /include/linux/sunrpc/debug.h
parentDon't export CONFIG_COMPAT stuff in linux/usbdevice_fs.h to userspace (diff)
downloadlinux-dev-1af042271f9bf7601f7ecf4d328ccde3a44d2c72.tar.xz
linux-dev-1af042271f9bf7601f7ecf4d328ccde3a44d2c72.zip
Sanitise linux/sunrpc/debug.h for userspace consumption
Move some inclusion of private header files and the definition of RPC_DEBUG inside the existing #ifdef __KERNEL__ Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to '')
-rw-r--r--include/linux/sunrpc/debug.h25
1 files changed, 12 insertions, 13 deletions
diff --git a/include/linux/sunrpc/debug.h b/include/linux/sunrpc/debug.h
index 1a42d902bc11..e0cae8deb465 100644
--- a/include/linux/sunrpc/debug.h
+++ b/include/linux/sunrpc/debug.h
@@ -9,19 +9,6 @@
#ifndef _LINUX_SUNRPC_DEBUG_H_
#define _LINUX_SUNRPC_DEBUG_H_
-#include <linux/config.h>
-
-#include <linux/timer.h>
-#include <linux/workqueue.h>
-
-/*
- * Enable RPC debugging/profiling.
- */
-#ifdef CONFIG_SYSCTL
-#define RPC_DEBUG
-#endif
-/* #define RPC_PROFILE */
-
/*
* RPC debug facilities
*/
@@ -40,6 +27,18 @@
#define RPCDBG_ALL 0x7fff
#ifdef __KERNEL__
+#include <linux/config.h>
+
+#include <linux/timer.h>
+#include <linux/workqueue.h>
+
+/*
+ * Enable RPC debugging/profiling.
+ */
+#ifdef CONFIG_SYSCTL
+#define RPC_DEBUG
+#endif
+/* #define RPC_PROFILE */
/*
* Debugging macros etc