diff options
author | Richard Weinberger <richard@nod.at> | 2012-04-17 16:37:16 -0400 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2012-05-21 15:09:38 -0400 |
commit | 875682648b89a3ebc06176d60dc280f810647839 (patch) | |
tree | 515e2e1d69b18954b6e750e5e1aa042cc29c6bee /include/linux/irq.h | |
parent | 985a94a96d294fe6d2c72d013de09b81b637ed58 (diff) |
irq: Remove irq_chip->release()
As it's only user (UML) does no longer need it we can get
rid of it.
Signed-off-by: Richard Weinberger <richard@nod.at>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
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 | /* |