summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ah4.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/ah4.c')
-rw-r--r--net/ipv4/ah4.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ipv4/ah4.c b/net/ipv4/ah4.c
index 9c3afd550612..974179b3b314 100644
--- a/net/ipv4/ah4.c
+++ b/net/ipv4/ah4.c
@@ -590,8 +590,7 @@ static void __exit ah4_fini(void)
590{ 590{
591 if (xfrm4_protocol_deregister(&ah4_protocol, IPPROTO_AH) < 0) 591 if (xfrm4_protocol_deregister(&ah4_protocol, IPPROTO_AH) < 0)
592 pr_info("%s: can't remove protocol\n", __func__); 592 pr_info("%s: can't remove protocol\n", __func__);
593 if (xfrm_unregister_type(&ah_type, AF_INET) < 0) 593 xfrm_unregister_type(&ah_type, AF_INET);
594 pr_info("%s: can't remove xfrm type\n", __func__);
595} 594}
596 595
597module_init(ah4_init); 596module_init(ah4_init);