[patch 2/3] Use the IRQ callback interface in (old) RTC driver

2007-12-20 Thread Bernhard Walle
That function uses the new registration callback mechanism which was added in 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

[patch 2/3] Use the IRQ callback interface in (old) RTC driver

2007-12-20 Thread Bernhard Walle
That function uses the new registration callback mechanism which was added in 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