aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4')
-rw-r--r--net/ipv4/fib_rules.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/fib_rules.c b/net/ipv4/fib_rules.c
index eac3f717ecab..afe669dd1bd5 100644
--- a/net/ipv4/fib_rules.c
+++ b/net/ipv4/fib_rules.c
@@ -245,7 +245,7 @@ nla_put_failure:
245 return -ENOBUFS; 245 return -ENOBUFS;
246} 246}
247 247
248static u32 fib4_rule_default_pref(void) 248static u32 fib4_rule_default_pref(struct fib_rules_ops *ops)
249{ 249{
250 struct list_head *pos; 250 struct list_head *pos;
251 struct fib_rule *rule; 251 struct fib_rule *rule;