diff options
Diffstat (limited to 'include/linux/irq.h')
| -rw-r--r-- | include/linux/irq.h | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/irq.h b/include/linux/irq.h index 61f5cec031e..553fb66da13 100644 --- a/include/linux/irq.h +++ b/include/linux/irq.h @@ -150,9 +150,7 @@ struct irq_data {  	void			*handler_data;  	void			*chip_data;  	struct msi_desc		*msi_desc; -#ifdef CONFIG_SMP  	cpumask_var_t		affinity; -#endif  };  /* @@ -301,8 +299,6 @@ static inline irq_hw_number_t irqd_to_hwirq(struct irq_data *d)   * @irq_pm_shutdown:	function called from core code on shutdown once per chip   * @irq_print_chip:	optional to print special chip info in show_interrupts   * @flags:		chip specific flags - * - * @release:		release function solely used by UML   */  struct irq_chip {  	const char	*name;  |