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 b27cfcfd3a5..61f5cec031e 100644 --- a/include/linux/irq.h +++ b/include/linux/irq.h @@ -335,11 +335,6 @@ struct irq_chip {  	void		(*irq_print_chip)(struct irq_data *data, struct seq_file *p);  	unsigned long	flags; - -	/* Currently used only by UML, might disappear one day.*/ -#ifdef CONFIG_IRQ_RELEASE_METHOD -	void		(*release)(unsigned int irq, void *dev_id); -#endif  };  /*  |