• Arnd Bergmann's avatar
    rtc: generic: allow building on all architectures · 64232fc3
    Arnd Bergmann authored
    There are four architectures using this driver, but since we can
    build it with COMPILE_TEST, we should try dealing with the absence
    of the asm/rtc.h header file, to avoid getting a build error:
    
    drivers/rtc/rtc-generic.c:12:21: fatal error: asm/rtc.h: No such file or directory
    
    This creates an alternative use of the driver, allowing architectures
    to pass a set of rtc_class_ops in platform data. We can convert the
    four architectures to use this and then remove the original
    code.
    Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
    Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
    64232fc3
rtc-generic.c 1.56 KB