On Wednesday 27 April 2016 13:21:16 Arnd Bergmann wrote:
On Wednesday 27 April 2016 00:07:47 Rolf Eike Beer wrote:
quoted
Arnd Bergmann wrote:
quoted
The asm-generic/rtc.h header can now be included by
architectures that provide their own set_rtc_time/get_rtc_time
macros, letting us remove most of the common contents in
the powerpc implementation.
parisc in this case.
Fixed, thanks!
Actually, after the comment about just removing the gen_rtc driver
in the long run, I checked again and found that PARISC unconditionally
selects RTC_CLASS, so this driver can't even be built here.
We should just remove the header and drop PARISC from the list.
If we also drop m68k, that just leaves powerpc.
Arnd