Commit d5917a35 authored by Alexey Dobriyan's avatar Alexey Dobriyan Committed by David S. Miller

xfrm: C99 for xfrm_dev_notifier

Signed-off-by: default avatarAlexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a1744d3b
...@@ -2381,9 +2381,7 @@ static int xfrm_dev_event(struct notifier_block *this, unsigned long event, void ...@@ -2381,9 +2381,7 @@ static int xfrm_dev_event(struct notifier_block *this, unsigned long event, void
} }
static struct notifier_block xfrm_dev_notifier = { static struct notifier_block xfrm_dev_notifier = {
xfrm_dev_event, .notifier_call = xfrm_dev_event,
NULL,
0
}; };
#ifdef CONFIG_XFRM_STATISTICS #ifdef CONFIG_XFRM_STATISTICS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment