sh: dreamcast: rtc: push down rtc class ops into driver

The SH RTC support has an extra level of indirection to provide
either the old read_persistent_clock/update_persistent_clock
interface or the rtc-generic device for hctosys/systohc.

Both do the same thing for dreamcast, so we can do away with the
abstraction and simply let the RTC core code to take care of it.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Šī revīzija ir iekļauta:
Arnd Bergmann
2018-01-24 15:04:31 +01:00
vecāks 2367c4b5fa
revīzija b0495e4b67
5 mainīti faili ar 36 papildinājumiem un 19 dzēšanām

Parādīt failu

@@ -30,7 +30,6 @@
static void __init dreamcast_setup(char **cmdline_p)
{
board_time_init = aica_time_init;
}
static struct sh_machine_vector mv_dreamcast __initmv = {