diff options
-rw-r--r-- | net/ipv6/ip6_tunnel.c | 2 | ||||
-rw-r--r-- | net/ipv6/route.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/net/ipv6/ip6_tunnel.c b/net/ipv6/ip6_tunnel.c index 2a59610c2a58..b1155554bb18 100644 --- a/net/ipv6/ip6_tunnel.c +++ b/net/ipv6/ip6_tunnel.c | |||
@@ -58,8 +58,6 @@ MODULE_AUTHOR("Ville Nuorvala"); | |||
58 | MODULE_DESCRIPTION("IPv6 tunneling device"); | 58 | MODULE_DESCRIPTION("IPv6 tunneling device"); |
59 | MODULE_LICENSE("GPL"); | 59 | MODULE_LICENSE("GPL"); |
60 | 60 | ||
61 | #define IPV6_TLV_TEL_DST_SIZE 8 | ||
62 | |||
63 | #ifdef IP6_TNL_DEBUG | 61 | #ifdef IP6_TNL_DEBUG |
64 | #define IP6_TNL_TRACE(x...) printk(KERN_DEBUG "%s:" x "\n", __func__) | 62 | #define IP6_TNL_TRACE(x...) printk(KERN_DEBUG "%s:" x "\n", __func__) |
65 | #else | 63 | #else |
diff --git a/net/ipv6/route.c b/net/ipv6/route.c index c346ccf66ae1..a0c4ad109c63 100644 --- a/net/ipv6/route.c +++ b/net/ipv6/route.c | |||
@@ -2453,8 +2453,6 @@ static int ip6_route_dev_notify(struct notifier_block *this, | |||
2453 | 2453 | ||
2454 | #ifdef CONFIG_PROC_FS | 2454 | #ifdef CONFIG_PROC_FS |
2455 | 2455 | ||
2456 | #define RT6_INFO_LEN (32 + 4 + 32 + 4 + 32 + 40 + 5 + 1) | ||
2457 | |||
2458 | struct rt6_proc_arg | 2456 | struct rt6_proc_arg |
2459 | { | 2457 | { |
2460 | char *buffer; | 2458 | char *buffer; |