Re: [tip:timers/cleanups 2/10] drivers/pps/generators/pps_gen_tio.c:230:9: error: implicit declaration of function 'hrtimer_init'; did you mean 'hrtimers_init'?
From: Nam Cao
Date: Fri Apr 04 2025 - 13:51:25 EST
On Fri, Apr 04, 2025 at 07:48:56PM +0200, Nam Cao wrote:
> This new user of hrtimer_init() was recently added by c89755d1111f ("pps:
> generators: Add PPS Generator TIO Driver").
>
> git grep shows me there's also bf3624cf1c370 ("netdevsim: call
> napi_schedule from a timer context") adding another hrtimer_init().
>
> I will send patches converting them over to hrtimer_setup()
Never mind, I see you have already fixed it up.
Best regards,
Nam