diff options
Diffstat (limited to 'arch/x86/kernel')
-rw-r--r-- | arch/x86/kernel/hpet.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/hpet.c b/arch/x86/kernel/hpet.c index d65ced59a18f..429d084e014d 100644 --- a/arch/x86/kernel/hpet.c +++ b/arch/x86/kernel/hpet.c | |||
@@ -705,8 +705,6 @@ irqreturn_t hpet_rtc_interrupt(int irq, void *dev_id) | |||
705 | rtc_int_flag |= (RTC_IRQF | (RTC_NUM_INTS << 8)); | 705 | rtc_int_flag |= (RTC_IRQF | (RTC_NUM_INTS << 8)); |
706 | if (irq_handler) | 706 | if (irq_handler) |
707 | irq_handler(rtc_int_flag, dev_id); | 707 | irq_handler(rtc_int_flag, dev_id); |
708 | |||
709 | rtc_interrupt(rtc_int_flag, dev_id); | ||
710 | } | 708 | } |
711 | return IRQ_HANDLED; | 709 | return IRQ_HANDLED; |
712 | } | 710 | } |