diff options
Diffstat (limited to 'net/ipv6')
-rw-r--r-- | net/ipv6/fib6_rules.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/fib6_rules.c b/net/ipv6/fib6_rules.c index e4d7e5a08b40..76437a1fcab0 100644 --- a/net/ipv6/fib6_rules.c +++ b/net/ipv6/fib6_rules.c | |||
@@ -223,7 +223,7 @@ nla_put_failure: | |||
223 | return -ENOBUFS; | 223 | return -ENOBUFS; |
224 | } | 224 | } |
225 | 225 | ||
226 | static u32 fib6_rule_default_pref(void) | 226 | static u32 fib6_rule_default_pref(struct fib_rules_ops *ops) |
227 | { | 227 | { |
228 | return 0x3FFF; | 228 | return 0x3FFF; |
229 | } | 229 | } |