aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCal Peake <cp@absolutedigital.net>2005-07-24 19:30:06 -0700
committerDavid S. Miller <davem@davemloft.net>2005-07-24 19:30:06 -0700
commit227510c7f175c44b12cdff6eab316e53dbf71f92 (patch)
tree157836fd8d477ad3287c29e8235a41f0ed5cad42
parentMerge master.kernel.org:/home/rmk/linux-2.6-serial (diff)
downloadlinux-dev-227510c7f175c44b12cdff6eab316e53dbf71f92.tar.xz
linux-dev-227510c7f175c44b12cdff6eab316e53dbf71f92.zip
[IPV6]: fix implicit declaration of function `xfrm6_tunnel_unregister'
Signed-off-by: Cal Peake <cp@absolutedigital.net> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--net/ipv6/ip6_tunnel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/ip6_tunnel.c b/net/ipv6/ip6_tunnel.c
index f39ddeae1eef..09613729404c 100644
--- a/net/ipv6/ip6_tunnel.c
+++ b/net/ipv6/ip6_tunnel.c
@@ -1123,7 +1123,7 @@ static inline int ip6ip6_register(void)
static inline int ip6ip6_unregister(void)
{
- return xfrm6_tunnel_unregister(&ip6ip6_handler);
+ return xfrm6_tunnel_deregister(&ip6ip6_handler);
}
#else
static struct inet6_protocol xfrm6_tunnel_protocol = {