]> bbs.cooldavid.org Git - net-next-2.6.git/commit
rtc: use the IRQ callback interface in (old) RTC driver
authorBernhard Walle <bwalle@suse.de>
Wed, 30 Jan 2008 12:33:31 +0000 (13:33 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:33:31 +0000 (13:33 +0100)
commitf8f76481bc2803aea03ff213c7e1405b53f7e488
tree5356ad1b63ed7b2e36c57102bbac3a1ce44427b9
parent1bdbdaacf774f2979ed4cb0c4a4316c9e578c897
rtc: use the IRQ callback interface in (old) RTC driver

the previous patch in the old RTC driver.  It also removes the direct
rtc_interrupt() call from arch/x86/kernel/hpetc.c so that there's finally no
(code) dependency to CONFIG_RTC in arch/x86/kernel/hpet.c.

Because of this, it's possible to compile the drivers/char/rtc.ko driver as
module and still use the HPET emulation functionality.  This is also expressed
in Kconfig.

Signed-off-by: Bernhard Walle <bwalle@suse.de>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: David Brownell <david-b@pacbell.net>
Cc: Andi Kleen <ak@suse.de>
Cc: john stultz <johnstul@us.ibm.com>
Cc: Robert Picco <Robert.Picco@hp.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/Kconfig
arch/x86/kernel/hpet.c
drivers/char/rtc.c