diff options
Diffstat (limited to 'net/core/fib_rules.c')
-rw-r--r-- | net/core/fib_rules.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/core/fib_rules.c b/net/core/fib_rules.c index 332c2e31d048..cfb7d25c172d 100644 --- a/net/core/fib_rules.c +++ b/net/core/fib_rules.c | |||
@@ -144,7 +144,7 @@ fib_rules_register(const struct fib_rules_ops *tmpl, struct net *net) | |||
144 | } | 144 | } |
145 | EXPORT_SYMBOL_GPL(fib_rules_register); | 145 | EXPORT_SYMBOL_GPL(fib_rules_register); |
146 | 146 | ||
147 | void fib_rules_cleanup_ops(struct fib_rules_ops *ops) | 147 | static void fib_rules_cleanup_ops(struct fib_rules_ops *ops) |
148 | { | 148 | { |
149 | struct fib_rule *rule, *tmp; | 149 | struct fib_rule *rule, *tmp; |
150 | 150 | ||
@@ -153,7 +153,6 @@ void fib_rules_cleanup_ops(struct fib_rules_ops *ops) | |||
153 | fib_rule_put(rule); | 153 | fib_rule_put(rule); |
154 | } | 154 | } |
155 | } | 155 | } |
156 | EXPORT_SYMBOL_GPL(fib_rules_cleanup_ops); | ||
157 | 156 | ||
158 | static void fib_rules_put_rcu(struct rcu_head *head) | 157 | static void fib_rules_put_rcu(struct rcu_head *head) |
159 | { | 158 | { |