xfrm: C99 for xfrm_dev_notifier
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
a1744d3bee
commit
d5917a35ac
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue