diff options
Diffstat (limited to 'net/ipv4/fib_rules.c')
-rw-r--r-- | net/ipv4/fib_rules.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net/ipv4/fib_rules.c b/net/ipv4/fib_rules.c index 03d1e8a43a48..d242e5291fcc 100644 --- a/net/ipv4/fib_rules.c +++ b/net/ipv4/fib_rules.c | |||
@@ -347,8 +347,3 @@ void __init fib4_rules_init(void) | |||
347 | 347 | ||
348 | fib_rules_register(&fib4_rules_ops); | 348 | fib_rules_register(&fib4_rules_ops); |
349 | } | 349 | } |
350 | |||
351 | void __exit fib4_rules_cleanup(void) | ||
352 | { | ||
353 | fib_rules_unregister(&fib4_rules_ops); | ||
354 | } | ||