summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Morris2015-02-24 13:01:25 +0100
committerDavid S. Miller2015-02-24 22:25:25 +0100
commit49e64dcda22157bc0a8623db1be153d89b3e82af (patch)
treede7ecff475de4487aef0382cc782da649413cdca
parentMerge branch 'bonding-next' (diff)
downloadkernel-qcow2-linux-49e64dcda22157bc0a8623db1be153d89b3e82af.tar.gz
kernel-qcow2-linux-49e64dcda22157bc0a8623db1be153d89b3e82af.tar.xz
kernel-qcow2-linux-49e64dcda22157bc0a8623db1be153d89b3e82af.zip
ipv6: remove dead debug code from ip6_tunnel.c
The IP6_TNL_TRACE macro is no longer used anywhere in the code so remove definition. Signed-off-by: Ian Morris <ipm@chirality.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--net/ipv6/ip6_tunnel.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/net/ipv6/ip6_tunnel.c b/net/ipv6/ip6_tunnel.c
index 266a264ec212..88300d42fc95 100644
--- a/net/ipv6/ip6_tunnel.c
+++ b/net/ipv6/ip6_tunnel.c
@@ -64,12 +64,6 @@ MODULE_LICENSE("GPL");
MODULE_ALIAS_RTNL_LINK("ip6tnl");
MODULE_ALIAS_NETDEV("ip6tnl0");
-#ifdef IP6_TNL_DEBUG
-#define IP6_TNL_TRACE(x...) pr_debug("%s:" x "\n", __func__)
-#else
-#define IP6_TNL_TRACE(x...) do {;} while(0)
-#endif
-
#define HASH_SIZE_SHIFT 5
#define HASH_SIZE (1 << HASH_SIZE_SHIFT)