diff options
Diffstat (limited to 'include/linux/irq.h')
-rw-r--r-- | include/linux/irq.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/irq.h b/include/linux/irq.h index cefacf928b33..096b74d5d0d7 100644 --- a/include/linux/irq.h +++ b/include/linux/irq.h | |||
@@ -400,6 +400,7 @@ static inline struct irq_2_iommu *irq_data_get_iommu(struct irq_data *d) | |||
400 | 400 | ||
401 | int irq_alloc_descs(int irq, unsigned int from, unsigned int cnt, int node); | 401 | int irq_alloc_descs(int irq, unsigned int from, unsigned int cnt, int node); |
402 | void irq_free_descs(unsigned int irq, unsigned int cnt); | 402 | void irq_free_descs(unsigned int irq, unsigned int cnt); |
403 | int irq_reserve_irqs(unsigned int from, unsigned int cnt); | ||
403 | 404 | ||
404 | static inline int irq_alloc_desc(int node) | 405 | static inline int irq_alloc_desc(int node) |
405 | { | 406 | { |