diff options
-rw-r--r-- | include/linux/interrupt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h index 8e9e151f811e..894ed7180bff 100644 --- a/include/linux/interrupt.h +++ b/include/linux/interrupt.h | |||
@@ -97,7 +97,6 @@ typedef irqreturn_t (*irq_handler_t)(int, void *); | |||
97 | struct irqaction { | 97 | struct irqaction { |
98 | irq_handler_t handler; | 98 | irq_handler_t handler; |
99 | unsigned long flags; | 99 | unsigned long flags; |
100 | cpumask_t mask; | ||
101 | const char *name; | 100 | const char *name; |
102 | void *dev_id; | 101 | void *dev_id; |
103 | struct irqaction *next; | 102 | struct irqaction *next; |