]> git.baikalelectronics.ru Git - kernel.git/commit
char/genrtc: remove powerpc support
authorArnd Bergmann <arnd@arndb.de>
Mon, 30 May 2016 18:58:01 +0000 (20:58 +0200)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Fri, 3 Jun 2016 22:23:35 +0000 (00:23 +0200)
commit3c0cac6b65f1928218bdffd6b11d107fd7b26f97
tree289d20313d5680f559ebace0c848453b52f868e9
parent7d7d2de9df4ff5f559059b74d3410a8c69564ebe
char/genrtc: remove powerpc support

PowerPC is the last architecture using the GEN_RTC driver on some
machines, but we can migrate them all to using the RTC_DRV_GENERIC
driver instead now.

This moves over the CONFIG_GEN_RTC option from drivers/char into
arch/powerpc/platforms/Kconfig and makes it just select the
replacement driver instead, for the only reason of not breaking
existing defconfig and .config files that users may have.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
arch/powerpc/include/asm/rtc.h [deleted file]
arch/powerpc/platforms/Kconfig
arch/powerpc/platforms/ps3/time.c
drivers/char/Kconfig
drivers/char/Makefile