diff options
Diffstat (limited to 'net/dccp/dccp.h')
-rw-r--r-- | net/dccp/dccp.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/dccp/dccp.h b/net/dccp/dccp.h index c66a4581348f..292f18ef4f61 100644 --- a/net/dccp/dccp.h +++ b/net/dccp/dccp.h | |||
@@ -31,13 +31,9 @@ | |||
31 | __stringify(cond)); \ | 31 | __stringify(cond)); \ |
32 | } while (0) | 32 | } while (0) |
33 | 33 | ||
34 | #ifdef MODULE | ||
35 | #define DCCP_PRINTK(enable, fmt, args...) do { if (enable) \ | 34 | #define DCCP_PRINTK(enable, fmt, args...) do { if (enable) \ |
36 | printk(fmt, ##args); \ | 35 | printk(fmt, ##args); \ |
37 | } while(0) | 36 | } while(0) |
38 | #else | ||
39 | #define DCCP_PRINTK(enable, fmt, args...) printk(fmt, ##args) | ||
40 | #endif | ||
41 | #define DCCP_PR_DEBUG(enable, fmt, a...) DCCP_PRINTK(enable, KERN_DEBUG \ | 37 | #define DCCP_PR_DEBUG(enable, fmt, a...) DCCP_PRINTK(enable, KERN_DEBUG \ |
42 | "%s: " fmt, __FUNCTION__, ##a) | 38 | "%s: " fmt, __FUNCTION__, ##a) |
43 | 39 | ||