aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_internals.h
diff options
context:
space:
mode:
authorVarsha Rao <rvarsha016@gmail.com>2017-08-28 18:05:26 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2017-08-28 18:05:50 +0200
commitb38cf90133e5b86c26633c1041c2cdc7360cb346 (patch)
tree06a0576c732718fdb8d121cdb3a6b8f8dcb287b5 /net/netfilter/nf_internals.h
parentnetfilter: conntrack: don't log "invalid" icmpv6 connections (diff)
downloadlinux-dev-b38cf90133e5b86c26633c1041c2cdc7360cb346.tar.xz
linux-dev-b38cf90133e5b86c26633c1041c2cdc7360cb346.zip
netfilter: Remove NFDEBUG()
Remove NFDEBUG and use pr_debug() instead of it. Signed-off-by: Varsha Rao <rvarsha016@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/netfilter/nf_internals.h')
-rw-r--r--net/netfilter/nf_internals.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/net/netfilter/nf_internals.h b/net/netfilter/nf_internals.h
index bacd6363946e..49f87ec093a3 100644
--- a/net/netfilter/nf_internals.h
+++ b/net/netfilter/nf_internals.h
@@ -5,12 +5,6 @@
#include <linux/skbuff.h>
#include <linux/netdevice.h>
-#ifdef CONFIG_NETFILTER_DEBUG
-#define NFDEBUG(format, args...) printk(KERN_DEBUG format , ## args)
-#else
-#define NFDEBUG(format, args...)
-#endif
-
/* nf_queue.c */
int nf_queue(struct sk_buff *skb, struct nf_hook_state *state,
const struct nf_hook_entries *entries, unsigned int index,