aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_policy.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/xfrm/xfrm_policy.c')
-rw-r--r--net/xfrm/xfrm_policy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/xfrm/xfrm_policy.c b/net/xfrm/xfrm_policy.c
index cfa5c692f2e8..1bcaae4adf3a 100644
--- a/net/xfrm/xfrm_policy.c
+++ b/net/xfrm/xfrm_policy.c
@@ -1472,7 +1472,7 @@ static void __xfrm_garbage_collect(void)
1472 xfrm_prune_bundles(unused_bundle); 1472 xfrm_prune_bundles(unused_bundle);
1473} 1473}
1474 1474
1475int xfrm_flush_bundles(void) 1475static int xfrm_flush_bundles(void)
1476{ 1476{
1477 xfrm_prune_bundles(stale_bundle); 1477 xfrm_prune_bundles(stale_bundle);
1478 return 0; 1478 return 0;