Skip to content

Commit

Permalink
xfrm: C99 for xfrm_dev_notifier
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Alexey Dobriyan authored and David S. Miller committed Oct 31, 2008
1 parent a1744d3 commit d5917a3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions net/xfrm/xfrm_policy.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d5917a3

Please sign in to comment.