Re: [PATCH] char: rtc: remove unused rtc_control() API

2018-02-07 Thread Arnd Bergmann
On Wed, Feb 7, 2018 at 2:04 AM, Alexandre Belloni wrote: > On 07/02/2018 at 00:24:11 +0100, Arnd Bergmann wrote: >> On Tue, Feb 6, 2018 at 11:12 PM, Alexandre Belloni >> wrote: >> > Since commit 34ce71a96dcb ("ALSA: timer: remove legacy rtctimer"), the >> > rtc_register/rtc_control/rtc_unregister

Re: [PATCH] char: rtc: remove unused rtc_control() API

2018-02-06 Thread Alexandre Belloni
On 07/02/2018 at 00:24:11 +0100, Arnd Bergmann wrote: > On Tue, Feb 6, 2018 at 11:12 PM, Alexandre Belloni > wrote: > > Since commit 34ce71a96dcb ("ALSA: timer: remove legacy rtctimer"), the > > rtc_register/rtc_control/rtc_unregister API is unused. As it is highly > > unlikely to be needed again,

Re: [PATCH] char: rtc: remove unused rtc_control() API

2018-02-06 Thread Arnd Bergmann
On Tue, Feb 6, 2018 at 11:12 PM, Alexandre Belloni wrote: > Since commit 34ce71a96dcb ("ALSA: timer: remove legacy rtctimer"), the > rtc_register/rtc_control/rtc_unregister API is unused. As it is highly > unlikely to be needed again, remove it. > > Signed-off-by: Alexandre Belloni > --- Nice!

Re: [PATCH] char: rtc: remove unused rtc_control() API

2018-02-06 Thread Greg Kroah-Hartman
On Tue, Feb 06, 2018 at 11:12:26PM +0100, Alexandre Belloni wrote: > Since commit 34ce71a96dcb ("ALSA: timer: remove legacy rtctimer"), the > rtc_register/rtc_control/rtc_unregister API is unused. As it is highly > unlikely to be needed again, remove it. > > Signed-off-by: Alexandre Belloni > ---

[PATCH] char: rtc: remove unused rtc_control() API

2018-02-06 Thread Alexandre Belloni
Since commit 34ce71a96dcb ("ALSA: timer: remove legacy rtctimer"), the rtc_register/rtc_control/rtc_unregister API is unused. As it is highly unlikely to be needed again, remove it. Signed-off-by: Alexandre Belloni --- Hi, I'd like that one to go through the RTC tree as I have other changes in