diff options
Diffstat (limited to 'include/linux/irq.h')
-rw-r--r-- | include/linux/irq.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/irq.h b/include/linux/irq.h index b27cfcfd3a59..61f5cec031e0 100644 --- a/include/linux/irq.h +++ b/include/linux/irq.h | |||
@@ -335,11 +335,6 @@ struct irq_chip { | |||
335 | void (*irq_print_chip)(struct irq_data *data, struct seq_file *p); | 335 | void (*irq_print_chip)(struct irq_data *data, struct seq_file *p); |
336 | 336 | ||
337 | unsigned long flags; | 337 | unsigned long flags; |
338 | |||
339 | /* Currently used only by UML, might disappear one day.*/ | ||
340 | #ifdef CONFIG_IRQ_RELEASE_METHOD | ||
341 | void (*release)(unsigned int irq, void *dev_id); | ||
342 | #endif | ||
343 | }; | 338 | }; |
344 | 339 | ||
345 | /* | 340 | /* |