Re: [GIT PULL] RTC for 4.19
From: Linus Torvalds
Date: Mon Aug 20 2018 - 19:34:33 EST
On Mon, Aug 20, 2018 at 2:22 PM Alexandre Belloni
<alexandre.belloni@xxxxxxxxxxx> wrote:
>
> Subsystem:
> - struct rtc_task removal along with rtc_irq_register/rtc_irq_unregister
You can still find stale mentions of it by grepping for it:
* @task: currently registered with rtc_irq_register()
which should presumably be fixed up too.
That's not holding me from doing the pull, but I thought I'd mention it.
Linus