diff options
Diffstat (limited to 'drivers/iommu/irq_remapping.h')
| -rw-r--r-- | drivers/iommu/irq_remapping.h | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/iommu/irq_remapping.h b/drivers/iommu/irq_remapping.h index be9d72950c5..b12974cc1df 100644 --- a/drivers/iommu/irq_remapping.h +++ b/drivers/iommu/irq_remapping.h @@ -59,11 +59,9 @@ struct irq_remap_ops {  				  unsigned int, int,  				  struct io_apic_irq_attr *); -#ifdef CONFIG_SMP  	/* Set the CPU affinity of a remapped interrupt */  	int (*set_affinity)(struct irq_data *data, const struct cpumask *mask,  			    bool force); -#endif  	/* Free an IRQ */  	int (*free_irq)(int);  |