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.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/xfrm/xfrm_policy.c b/net/xfrm/xfrm_policy.c
index 9d88c3df804..f072598c8d6 100644
--- a/net/xfrm/xfrm_policy.c
+++ b/net/xfrm/xfrm_policy.c
@@ -2381,9 +2381,7 @@ static int xfrm_dev_event(struct notifier_block *this, unsigned long event, void
2381} 2381}
2382 2382
2383static struct notifier_block xfrm_dev_notifier = { 2383static struct notifier_block xfrm_dev_notifier = {
2384 xfrm_dev_event, 2384 .notifier_call = xfrm_dev_event,
2385 NULL,
2386 0
2387}; 2385};
2388 2386
2389#ifdef CONFIG_XFRM_STATISTICS 2387#ifdef CONFIG_XFRM_STATISTICS