2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-18 10:34:24 +08:00

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:
Alexey Dobriyan 2008-10-31 00:41:59 -07:00 committed by David S. Miller
parent a1744d3bee
commit d5917a35ac

View File

@ -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