Files
linux-stable-mirror/drivers/rtc
Arnd Bergmann 64232fc33a rtc: generic: allow building on all architectures
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: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
2016-03-14 17:08:31 +01:00
..
2016-03-14 17:08:28 +01:00
2016-01-11 20:20:01 +01:00
2015-09-05 13:19:06 +02:00
2015-08-05 20:03:56 +08:00
2016-03-14 17:08:20 +01:00
2015-09-05 19:37:19 +02:00