[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)
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>

No differences found