Skip to content

Commit

Permalink
ipv6: Kill unused ip6_prohibit_entry and ip6_blk_hole_entry declarati…
Browse files Browse the repository at this point in the history
…ons.

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 <ramirose@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Rami Rosen authored and David S. Miller committed Aug 13, 2008
1 parent 83ac794 commit 6bf90b2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/net/ip6_route.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6bf90b2

Please sign in to comment.