aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/debug.h
diff options
context:
space:
mode:
authorJeff Layton <jlayton@primarydata.com>2014-11-17 16:58:05 -0500
committerTrond Myklebust <trond.myklebust@primarydata.com>2014-11-24 17:33:12 -0500
commit1306729b0d4f4a0bd0d098711ed3d938dc5a1a28 (patch)
treedb1dc2fc2aa94a35de09cacb628262754f4877b4 /include/linux/sunrpc/debug.h
parentf895b252d4edf66b2895fb5a7b17a638665f3e1f (diff)
sunrpc: eliminate RPC_TRACEPOINTS
It's always set to the same value as CONFIG_TRACEPOINTS, so we can just use that instead. Signed-off-by: Jeff Layton <jlayton@primarydata.com> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Diffstat (limited to 'include/linux/sunrpc/debug.h')
-rw-r--r--include/linux/sunrpc/debug.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/sunrpc/debug.h b/include/linux/sunrpc/debug.h
index 51143757b8f7..43f38ee9668c 100644
--- a/include/linux/sunrpc/debug.h
+++ b/include/linux/sunrpc/debug.h
@@ -10,15 +10,6 @@
10 10
11#include <uapi/linux/sunrpc/debug.h> 11#include <uapi/linux/sunrpc/debug.h>
12 12
13
14/*
15 * Enable RPC debugging/profiling.
16 */
17#ifdef CONFIG_TRACEPOINTS
18#define RPC_TRACEPOINTS
19#endif
20/* #define RPC_PROFILE */
21
22/* 13/*
23 * Debugging macros etc 14 * Debugging macros etc
24 */ 15 */