]> git.proxmox.com Git - mirror_ubuntu-artful-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)
commit923c904c33023b168baad724d12c7e5260660210
treeab84851f86f5426e809b59d32f2d8826310ea98f
parent8bbe6b6f002a00134d3b64d826d7ff596caeda0c
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