cpumask: remove references to struct irqaction's mask field.
[pandora-kernel.git] / arch / mips / cobalt / irq.c
index ac4fb91..cb9bf82 100644 (file)
@@ -47,7 +47,6 @@ asmlinkage void plat_irq_dispatch(void)
 
 static struct irqaction cascade = {
        .handler        = no_action,
-       .mask           = CPU_MASK_NONE,
        .name           = "cascade",
 };