diff options
Diffstat (limited to 'net/ipv4/route.c')
-rw-r--r-- | net/ipv4/route.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/ipv4/route.c b/net/ipv4/route.c index 28484f396b04..49e008568ddf 100644 --- a/net/ipv4/route.c +++ b/net/ipv4/route.c | |||
@@ -2964,10 +2964,8 @@ int __init ip_rt_init(void) | |||
2964 | devinet_init(); | 2964 | devinet_init(); |
2965 | ip_fib_init(); | 2965 | ip_fib_init(); |
2966 | 2966 | ||
2967 | init_timer(&rt_flush_timer); | 2967 | setup_timer(&rt_flush_timer, rt_run_flush, 0); |
2968 | rt_flush_timer.function = rt_run_flush; | 2968 | setup_timer(&rt_secret_timer, rt_secret_rebuild, 0); |
2969 | init_timer(&rt_secret_timer); | ||
2970 | rt_secret_timer.function = rt_secret_rebuild; | ||
2971 | 2969 | ||
2972 | /* All the timers, started at system startup tend | 2970 | /* All the timers, started at system startup tend |
2973 | to synchronize. Perturb it a bit. | 2971 | to synchronize. Perturb it a bit. |