x86: unify mc146818rtc.h - prepare for sharing rtc code
authorThomas Gleixner <tglx@linutronix.de>
Wed, 30 Jan 2008 12:30:26 +0000 (13:30 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:30:26 +0000 (13:30 +0100)
commit6ce60b07e670e800c4c5cfe984ed5188e7a64135
tree108c493c98bc8afa42e246c9494d59543556c8c4
parent4ec08da02f0fda16fbc8dfa040568facaa576790
x86: unify mc146818rtc.h - prepare for sharing rtc code

Unify mc146818rtc.h by adding the rtc_cmos_read/write functions to
time_64.c. This is a preparatory patch to finaly share the rtc code,
which is unsurprisingly similar.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/time_64.c
include/asm-x86/mc146818rtc.h
include/asm-x86/mc146818rtc_32.h [deleted file]
include/asm-x86/mc146818rtc_64.h [deleted file]