Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 227510c7 authored by Cal Peake's avatar Cal Peake Committed by David S. Miller
Browse files

[IPV6]: fix implicit declaration of function `xfrm6_tunnel_unregister'

parent 2c2a68b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = {