Skip to content
  • Arnd Bergmann's avatar
    sh: dreamcast: rtc: push down rtc class ops into driver · b0495e4b
    Arnd Bergmann authored
    
    
    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: default avatarArnd Bergmann <arnd@arndb.de>
    b0495e4b