[PATCH] genirq: rename desc->handler to desc->chip
[safe/jmp/linux-2.6] / arch / alpha / kernel / sys_eb64p.c
index 61a79c3..aeb8e02 100644 (file)
@@ -137,7 +137,7 @@ eb64p_init_irq(void)
 
        for (i = 16; i < 32; ++i) {
                irq_desc[i].status = IRQ_DISABLED | IRQ_LEVEL;
-               irq_desc[i].handler = &eb64p_irq_type;
+               irq_desc[i].chip = &eb64p_irq_type;
        }               
 
        common_init_isa_dma();