]> git.baikalelectronics.ru Git - kernel.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)
commitf646cdd0a107847df904145c28e8d31710311a7c
tree101934218e83511dc2783e02d1a458ec85d98da9
parent646e126b48c23f9f5c6b41be11fa708a7bedddeb
[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