diff options
Diffstat (limited to 'include/net/fib_rules.h')
-rw-r--r-- | include/net/fib_rules.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/fib_rules.h b/include/net/fib_rules.h index 6910e0195ca5..7f9f4aec8fc8 100644 --- a/include/net/fib_rules.h +++ b/include/net/fib_rules.h | |||
@@ -102,8 +102,8 @@ static inline u32 frh_get_table(struct fib_rule_hdr *frh, struct nlattr **nla) | |||
102 | return frh->table; | 102 | return frh->table; |
103 | } | 103 | } |
104 | 104 | ||
105 | extern int fib_rules_register(struct net *, struct fib_rules_ops *); | 105 | extern int fib_rules_register(struct fib_rules_ops *); |
106 | extern void fib_rules_unregister(struct net *, struct fib_rules_ops *); | 106 | extern void fib_rules_unregister(struct fib_rules_ops *); |
107 | extern void fib_rules_cleanup_ops(struct fib_rules_ops *); | 107 | extern void fib_rules_cleanup_ops(struct fib_rules_ops *); |
108 | 108 | ||
109 | extern int fib_rules_lookup(struct fib_rules_ops *, | 109 | extern int fib_rules_lookup(struct fib_rules_ops *, |