From: David Miller <[email protected]>
Date: Tue, 08 Sep 2015 22:37:05 -0700 (PDT)
> Applied, thanks.
Actually, reverted, this doesn't even compile.
net/core/fib_rules.c:47:12: error: static declaration of
‘fib_default_rule_pref’ follows non-static declaration
static u32 fib_default_rule_pref(struct fib_rules_ops *ops)
^
In file included from net/core/fib_rules.c:18:0:
include/net/fib_rules.h:120:5: note: previous declaration of
‘fib_default_rule_pref’ was here
u32 fib_default_rule_pref(struct fib_rules_ops *ops);
^