Re: [PATCH 3/3] m68k: remove unused set_clock_mmss() helpers

2018-06-19 Thread Greg Ungerer
Hi Arnd, On 19/06/18 00:05, Arnd Bergmann wrote: Commit 397ac99c6cef ("m68k: remove dead timer code") removed set_rtc_mmss() because it was unused in 2012. However, this was itself the only user of the mach_set_clock_mmss() callback and the many implementations of that callback, which are equall

[PATCH 3/3] m68k: remove unused set_clock_mmss() helpers

2018-06-18 Thread Arnd Bergmann
Commit 397ac99c6cef ("m68k: remove dead timer code") removed set_rtc_mmss() because it was unused in 2012. However, this was itself the only user of the mach_set_clock_mmss() callback and the many implementations of that callback, which are equally unused. This removes all of those as well. Signe