summaryrefslogtreecommitdiff
path: root/arch/parisc/include/asm/rtc.h
AgeCommit message (Collapse)Author
2016-06-04char/genrtc: remove parisc supportArnd Bergmann
This architecture selects RTC_CLASS unconditionally, so the GEN_RTC has not worked here for a long time. Now we can remove both the asm/rtc.h header and the Kconfig dependency for CONFIG_GEN_RTC. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
2008-10-10parisc: move include/asm-parisc to arch/parisc/include/asmKyle McMartin