diff options
Diffstat (limited to 'net/core/fib_rules.c')
| -rw-r--r-- | net/core/fib_rules.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/fib_rules.c b/net/core/fib_rules.c index 02a3b2c69c1..9a24377146b 100644 --- a/net/core/fib_rules.c +++ b/net/core/fib_rules.c @@ -708,7 +708,7 @@ static struct notifier_block fib_rules_notifier = {  	.notifier_call = fib_rules_event,  }; -static int fib_rules_net_init(struct net *net) +static int __net_init fib_rules_net_init(struct net *net)  {  	INIT_LIST_HEAD(&net->rules_ops);  	spin_lock_init(&net->rules_mod_lock);  |