File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ extern int timer_delete(struct timer_list *timer);
168
168
extern int timer_shutdown_sync (struct timer_list * timer );
169
169
extern int timer_shutdown (struct timer_list * timer );
170
170
171
- extern void init_timers (void );
171
+ extern void timers_init (void );
172
172
struct hrtimer ;
173
173
extern enum hrtimer_restart it_real_fn (struct hrtimer * );
174
174
Original file line number Diff line number Diff line change @@ -1002,7 +1002,7 @@ void start_kernel(void)
1002
1002
init_IRQ ();
1003
1003
tick_init ();
1004
1004
rcu_init_nohz ();
1005
- init_timers ();
1005
+ timers_init ();
1006
1006
srcu_init ();
1007
1007
hrtimers_init ();
1008
1008
softirq_init ();
Original file line number Diff line number Diff line change @@ -2612,7 +2612,7 @@ static void __init init_timer_cpus(void)
2612
2612
init_timer_cpu (cpu );
2613
2613
}
2614
2614
2615
- void __init init_timers (void )
2615
+ void __init timers_init (void )
2616
2616
{
2617
2617
init_timer_cpus ();
2618
2618
posix_cputimers_init_work ();
You can’t perform that action at this time.
0 commit comments