diff options
Diffstat (limited to 'net/ipv6/ah6.c')
-rw-r--r-- | net/ipv6/ah6.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/ipv6/ah6.c b/net/ipv6/ah6.c index 68b9e92e469e..25e1172fd1c3 100644 --- a/net/ipv6/ah6.c +++ b/net/ipv6/ah6.c | |||
@@ -793,9 +793,7 @@ static void __exit ah6_fini(void) | |||
793 | if (xfrm6_protocol_deregister(&ah6_protocol, IPPROTO_AH) < 0) | 793 | if (xfrm6_protocol_deregister(&ah6_protocol, IPPROTO_AH) < 0) |
794 | pr_info("%s: can't remove protocol\n", __func__); | 794 | pr_info("%s: can't remove protocol\n", __func__); |
795 | 795 | ||
796 | if (xfrm_unregister_type(&ah6_type, AF_INET6) < 0) | 796 | xfrm_unregister_type(&ah6_type, AF_INET6); |
797 | pr_info("%s: can't remove xfrm type\n", __func__); | ||
798 | |||
799 | } | 797 | } |
800 | 798 | ||
801 | module_init(ah6_init); | 799 | module_init(ah6_init); |