From: Rami Rosen Date: Wed, 13 Aug 2008 09:35:39 +0000 (-0700) Subject: ipv6: Kill unused ip6_prohibit_entry and ip6_blk_hole_entry declarations. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6bf90b2bf4084a64bbcf96a0b93dc64c77288028;p=linux-beck.git ipv6: Kill unused ip6_prohibit_entry and ip6_blk_hole_entry declarations. This patch removes ip6_prohibit_entry and ip6_blk_hole_entry declarations from include/net/ip6_route.h as they are unused. Signed-off-by: Rami Rosen Signed-off-by: David S. Miller --- diff --git a/include/net/ip6_route.h b/include/net/ip6_route.h index 49d085649cce..bc391ba101e9 100644 --- a/include/net/ip6_route.h +++ b/include/net/ip6_route.h @@ -38,11 +38,6 @@ struct route_info { #define RT6_LOOKUP_F_SRCPREF_COA 0x00000020 -#ifdef CONFIG_IPV6_MULTIPLE_TABLES -extern struct rt6_info *ip6_prohibit_entry; -extern struct rt6_info *ip6_blk_hole_entry; -#endif - extern void ip6_route_input(struct sk_buff *skb); extern struct dst_entry * ip6_route_output(struct net *net,