commit | 3136254ca5dfaf53486f7032c674f9b6d7fd1d53 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Nov 14 15:49:48 2005 +1100 |
committer | Paul Mackerras <paulus@samba.org> | Mon Nov 14 16:36:08 2005 +1100 |
tree | 101934218e83511dc2783e02d1a458ec85d98da9 | |
parent | 0c37ec2aa88bd8a6aaeb284ff5c86f4c6d8e8469 [diff] |
[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>