]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] powerpc: kill ppc64 rtc.c, use genrtc instead
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 14 Nov 2005 04:49:48 +0000 (15:49 +1100)
committerPaul Mackerras <paulus@samba.org>
Mon, 14 Nov 2005 05:36:08 +0000 (16:36 +1100)
commit3136254ca5dfaf53486f7032c674f9b6d7fd1d53
tree101934218e83511dc2783e02d1a458ec85d98da9
parent0c37ec2aa88bd8a6aaeb284ff5c86f4c6d8e8469
[PATCH] powerpc: kill ppc64 rtc.c, use genrtc instead

This moves the rtas RTC callbacks to rtas-rtc.c in arch/powerpc/kernel,
and kills the rest of arch/ppc64/kernel/rtc.c which was just a duplicate
of the genrtc functionality. Also enable build of genrtc for
CONFIG_PPC64 (it just works are we already have the required callbacks)
and enable it in all defconfigs.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/configs/pseries_defconfig
arch/powerpc/kernel/Makefile
arch/powerpc/kernel/rtas-rtc.c [new file with mode: 0644]
arch/powerpc/platforms/powermac/time.c
arch/ppc64/kernel/Makefile
arch/ppc64/kernel/rtc.c [deleted file]
drivers/char/Kconfig