cpumask: remove unused mask field from struct irqaction.
[safe/jmp/linux-2.6] / include / linux / interrupt.h
index 8e9e151..894ed71 100644 (file)
@@ -97,7 +97,6 @@ typedef irqreturn_t (*irq_handler_t)(int, void *);
 struct irqaction {
        irq_handler_t handler;
        unsigned long flags;
-       cpumask_t mask;
        const char *name;
        void *dev_id;
        struct irqaction *next;