File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -465,9 +465,7 @@ static inline void debug_hrtimer_activate(struct hrtimer *timer,
465
465
static inline void debug_hrtimer_deactivate (struct hrtimer * timer ) { }
466
466
#endif
467
467
468
- static inline void
469
- debug_init (struct hrtimer * timer , clockid_t clockid ,
470
- enum hrtimer_mode mode )
468
+ static inline void debug_setup (struct hrtimer * timer , clockid_t clockid , enum hrtimer_mode mode )
471
469
{
472
470
debug_hrtimer_init (timer );
473
471
trace_hrtimer_init (timer , clockid , mode );
@@ -1648,7 +1646,7 @@ static void __hrtimer_setup(struct hrtimer *timer,
1648
1646
void hrtimer_setup (struct hrtimer * timer , enum hrtimer_restart (* function )(struct hrtimer * ),
1649
1647
clockid_t clock_id , enum hrtimer_mode mode )
1650
1648
{
1651
- debug_init (timer , clock_id , mode );
1649
+ debug_setup (timer , clock_id , mode );
1652
1650
__hrtimer_setup (timer , function , clock_id , mode );
1653
1651
}
1654
1652
EXPORT_SYMBOL_GPL (hrtimer_setup );
You can’t perform that action at this time.
0 commit comments