dect
/
linux-2.6
Archived
13
0
Fork 0

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
1 changed files with 1 additions and 3 deletions

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 = {
xfrm_dev_event,
NULL,
0
.notifier_call = xfrm_dev_event,
};
#ifdef CONFIG_XFRM_STATISTICS