[PATCH] genirq: rename desc->handler to desc->chip
[safe/jmp/linux-2.6] / arch / alpha / kernel / irq_alpha.c
index 9d34ce2..f20f2df 100644 (file)
@@ -233,7 +233,7 @@ void __init
 init_rtc_irq(void)
 {
        irq_desc[RTC_IRQ].status = IRQ_DISABLED;
-       irq_desc[RTC_IRQ].handler = &rtc_irq_type;
+       irq_desc[RTC_IRQ].chip = &rtc_irq_type;
        setup_irq(RTC_IRQ, &timer_irqaction);
 }