From: Cal Peake Date: Mon, 25 Jul 2005 02:30:06 +0000 (-0700) Subject: [IPV6]: fix implicit declaration of function `xfrm6_tunnel_unregister' X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=227510c7f175c44b12cdff6eab316e53dbf71f92;p=deliverable%2Flinux.git [IPV6]: fix implicit declaration of function `xfrm6_tunnel_unregister' Signed-off-by: Cal Peake Signed-off-by: David S. Miller --- 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 = {