From: Steffen Klassert Date: Fri, 16 Nov 2012 07:07:56 +0000 (+0100) Subject: xfrm6: Remove commented out function call to xfrm6_input_fini X-Git-Tag: v3.8-rc1~139^2~244^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0afe21fdf6cfe0fe8a184d82a399773cc331bf40;p=platform%2Fkernel%2Flinux-exynos.git xfrm6: Remove commented out function call to xfrm6_input_fini xfrm6_input_fini() is not in the tree since more than 10 years, so remove the commented out function call. Signed-off-by: Steffen Klassert --- diff --git a/net/ipv6/xfrm6_policy.c b/net/ipv6/xfrm6_policy.c index 6ce4a4f..c984413 100644 --- a/net/ipv6/xfrm6_policy.c +++ b/net/ipv6/xfrm6_policy.c @@ -356,7 +356,6 @@ void xfrm6_fini(void) if (sysctl_hdr) unregister_net_sysctl_table(sysctl_hdr); #endif - //xfrm6_input_fini(); xfrm6_policy_fini(); xfrm6_state_fini(); dst_entries_destroy(&xfrm6_dst_ops);