diff options
| author | Dmitry Torokhov <dtor_core@ameritech.net> | 2006-06-26 01:31:38 -0400 |
|---|---|---|
| committer | Dmitry Torokhov <dtor_core@ameritech.net> | 2006-06-26 01:31:38 -0400 |
| commit | 4854c7b27f0975a2b629f35ea3996d2968eb7c4f (patch) | |
| tree | 4102bdb70289764a2058aff0f907b13d7cf0e0d1 /include/linux/sunrpc/debug.h | |
| parent | 3cbd5b32cb625f5c0f1b1476d154fac873dd49ce (diff) | |
| parent | fcc18e83e1f6fd9fa6b333735bf0fcd530655511 (diff) | |
Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'include/linux/sunrpc/debug.h')
| -rw-r--r-- | include/linux/sunrpc/debug.h | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/include/linux/sunrpc/debug.h b/include/linux/sunrpc/debug.h index 1a42d902bc11..e4729aa67654 100644 --- a/include/linux/sunrpc/debug.h +++ b/include/linux/sunrpc/debug.h | |||
| @@ -9,19 +9,6 @@ | |||
| 9 | #ifndef _LINUX_SUNRPC_DEBUG_H_ | 9 | #ifndef _LINUX_SUNRPC_DEBUG_H_ |
| 10 | #define _LINUX_SUNRPC_DEBUG_H_ | 10 | #define _LINUX_SUNRPC_DEBUG_H_ |
| 11 | 11 | ||
| 12 | #include <linux/config.h> | ||
| 13 | |||
| 14 | #include <linux/timer.h> | ||
| 15 | #include <linux/workqueue.h> | ||
| 16 | |||
| 17 | /* | ||
| 18 | * Enable RPC debugging/profiling. | ||
| 19 | */ | ||
| 20 | #ifdef CONFIG_SYSCTL | ||
| 21 | #define RPC_DEBUG | ||
| 22 | #endif | ||
| 23 | /* #define RPC_PROFILE */ | ||
| 24 | |||
| 25 | /* | 12 | /* |
| 26 | * RPC debug facilities | 13 | * RPC debug facilities |
| 27 | */ | 14 | */ |
| @@ -41,6 +28,17 @@ | |||
| 41 | 28 | ||
| 42 | #ifdef __KERNEL__ | 29 | #ifdef __KERNEL__ |
| 43 | 30 | ||
| 31 | #include <linux/timer.h> | ||
| 32 | #include <linux/workqueue.h> | ||
| 33 | |||
| 34 | /* | ||
| 35 | * Enable RPC debugging/profiling. | ||
| 36 | */ | ||
| 37 | #ifdef CONFIG_SYSCTL | ||
| 38 | #define RPC_DEBUG | ||
| 39 | #endif | ||
| 40 | /* #define RPC_PROFILE */ | ||
| 41 | |||
| 44 | /* | 42 | /* |
| 45 | * Debugging macros etc | 43 | * Debugging macros etc |
| 46 | */ | 44 | */ |
