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);
168168extern int timer_shutdown_sync (struct timer_list * timer );
169169extern int timer_shutdown (struct timer_list * timer );
170170
171- extern void init_timers (void );
171+ extern void timers_init (void );
172172struct hrtimer ;
173173extern enum hrtimer_restart it_real_fn (struct hrtimer * );
174174
Original file line number Diff line number Diff line change @@ -1002,7 +1002,7 @@ void start_kernel(void)
10021002 init_IRQ ();
10031003 tick_init ();
10041004 rcu_init_nohz ();
1005- init_timers ();
1005+ timers_init ();
10061006 srcu_init ();
10071007 hrtimers_init ();
10081008 softirq_init ();
Original file line number Diff line number Diff line change @@ -2612,7 +2612,7 @@ static void __init init_timer_cpus(void)
26122612 init_timer_cpu (cpu );
26132613}
26142614
2615- void __init init_timers (void )
2615+ void __init timers_init (void )
26162616{
26172617 init_timer_cpus ();
26182618 posix_cputimers_init_work ();
You can’t perform that action at this time.
0 commit comments