Skip to content

Commit

Permalink
ipv6: ip6_route.h cleanup.
Browse files Browse the repository at this point in the history
This patch removes rt6_lock declaration from include/net/ip6_route.h
as it is unused.

Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
ramirosen authored and davem330 committed Aug 13, 2008
1 parent 6ced0b3 commit 83ac794
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/net/ip6_route.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ extern int rt6_dump_route(struct rt6_info *rt, void *p_arg);
extern void rt6_ifdown(struct net *net, struct net_device *dev);
extern void rt6_mtu_change(struct net_device *dev, unsigned mtu);

extern rwlock_t rt6_lock;

/*
* Store a destination cache entry in a socket
Expand Down

0 comments on commit 83ac794

Please sign in to comment.