cpumask: remove references to struct irqaction's mask field.
[pandora-kernel.git] / arch / mips / lemote / lm2e / irq.c
index 3e0b7be..1d0a09f 100644 (file)
@@ -92,7 +92,6 @@ asmlinkage void plat_irq_dispatch(void)
 
 static struct irqaction cascade_irqaction = {
        .handler = no_action,
-       .mask = CPU_MASK_NONE,
        .name = "cascade",
 };