tree 157836fd8d477ad3287c29e8235a41f0ed5cad42
parent 2c2a68b84752cb1090fd2456e8b83e5bcc0e73c4
author Cal Peake <[EMAIL PROTECTED]> Mon, 25 Jul 2005 09:30:06 -0700
committer David S. Miller <[EMAIL PROTECTED]> Mon, 25 Jul 2005 09:30:06 -0700
[IPV6]: fix implicit declaration of function `xfrm6_tunnel_unregister'
Signed-off-by: Cal Peake <[EMAIL PROTECTED]>
Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
net/ipv6/ip6_tunnel.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/ipv6/ip6_tunnel.c b/net/ipv6/ip6_tunnel.c
--- 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 = {
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html