aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/irqdomain.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/irqdomain.h b/include/linux/irqdomain.h
index eab8a0e60b8e..0d5b17bf5e51 100644
--- a/include/linux/irqdomain.h
+++ b/include/linux/irqdomain.h
@@ -174,10 +174,6 @@ static inline int irq_create_identity_mapping(struct irq_domain *host,
174 return irq_create_strict_mappings(host, hwirq, hwirq, 1); 174 return irq_create_strict_mappings(host, hwirq, hwirq, 1);
175} 175}
176 176
177extern void irq_radix_revmap_insert(struct irq_domain *host, unsigned int virq,
178 irq_hw_number_t hwirq);
179extern unsigned int irq_radix_revmap_lookup(struct irq_domain *host,
180 irq_hw_number_t hwirq);
181extern unsigned int irq_linear_revmap(struct irq_domain *host, 177extern unsigned int irq_linear_revmap(struct irq_domain *host,
182 irq_hw_number_t hwirq); 178 irq_hw_number_t hwirq);
183 179