aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/irq.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/irq.h')
-rw-r--r--include/linux/irq.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/irq.h b/include/linux/irq.h
index d5749852ee69..788d5a35a580 100644
--- a/include/linux/irq.h
+++ b/include/linux/irq.h
@@ -128,6 +128,7 @@ struct irq_chip {
128}; 128};
129 129
130struct timer_rand_state; 130struct timer_rand_state;
131struct irq_2_iommu;
131/** 132/**
132 * struct irq_desc - interrupt descriptor 133 * struct irq_desc - interrupt descriptor
133 * 134 *
@@ -163,6 +164,9 @@ struct irq_desc {
163#else 164#else
164 unsigned int kstat_irqs[NR_CPUS]; 165 unsigned int kstat_irqs[NR_CPUS];
165#endif 166#endif
167#if defined(CONFIG_INTR_REMAP) && defined(CONFIG_HAVE_SPARSE_IRQ)
168 struct irq_2_iommu *irq_2_iommu;
169#endif
166 irq_flow_handler_t handle_irq; 170 irq_flow_handler_t handle_irq;
167 struct irq_chip *chip; 171 struct irq_chip *chip;
168 struct msi_desc *msi_desc; 172 struct msi_desc *msi_desc;