]> git.baikalelectronics.ru Git - kernel.git/commit
rtc: m68k: provide rtc_class_ops directly
authorArnd Bergmann <arnd@arndb.de>
Mon, 30 May 2016 18:57:57 +0000 (20:57 +0200)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Fri, 3 Jun 2016 22:23:05 +0000 (00:23 +0200)
commit7778c0eb7097522a06afda082fdbc1e589ab32af
treeab84851f86f5426e809b59d32f2d8826310ea98f
parent095e4a6e3ebfefbbff98d2114d6c40fe5354f4e4
rtc: m68k: provide rtc_class_ops directly

The rtc-generic driver provides an architecture specific
wrapper on top of the generic rtc_class_ops abstraction,
and m68k has another abstraction on top, which is a bit
silly.

This changes the m68k rtc-generic device to provide its
rtc_class_ops directly, to reduce the number of layers
by one.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Tested-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
arch/m68k/kernel/time.c
drivers/rtc/rtc-generic.c