diff options
author | Rami Rosen <ramirose@gmail.com> | 2008-08-13 05:34:39 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-08-13 05:34:39 -0400 |
commit | 83ac794f15d2311d8e9e641c73618011f2f7f0a1 (patch) | |
tree | e5f00c313aada991c8f44aa1ce28e60a8dacd056 /include/net/ip6_route.h | |
parent | 6ced0b3f1e1c089caf8798485423a093744b6a48 (diff) |
ipv6: ip6_route.h cleanup.
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>
Diffstat (limited to 'include/net/ip6_route.h')
-rw-r--r-- | include/net/ip6_route.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/ip6_route.h b/include/net/ip6_route.h index 2f8b3c06a101..49d085649cce 100644 --- a/include/net/ip6_route.h +++ b/include/net/ip6_route.h | |||
@@ -118,7 +118,6 @@ extern int rt6_dump_route(struct rt6_info *rt, void *p_arg); | |||
118 | extern void rt6_ifdown(struct net *net, struct net_device *dev); | 118 | extern void rt6_ifdown(struct net *net, struct net_device *dev); |
119 | extern void rt6_mtu_change(struct net_device *dev, unsigned mtu); | 119 | extern void rt6_mtu_change(struct net_device *dev, unsigned mtu); |
120 | 120 | ||
121 | extern rwlock_t rt6_lock; | ||
122 | 121 | ||
123 | /* | 122 | /* |
124 | * Store a destination cache entry in a socket | 123 | * Store a destination cache entry in a socket |