Commit cb5557bec9f14d05204a9014ae1b23aca8b04f1d
Committed by
Grant Likely
1 parent
5c5806e50b
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
irqdomain: Kill off duplicate definitions.
Presently irqdomain.h has duplicate definitions for irq_find_host() and irq_set_default_host(), presumably from merge damage. Kill off the duplicates. Signed-off-by: Paul Mundt <lethal@linux-sh.org> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Showing 1 changed file with 0 additions and 3 deletions Side-by-side Diff
include/linux/irqdomain.h
... | ... | @@ -144,9 +144,6 @@ |
144 | 144 | |
145 | 145 | extern void irq_domain_remove(struct irq_domain *host); |
146 | 146 | |
147 | -extern struct irq_domain *irq_find_host(struct device_node *node); | |
148 | -extern void irq_set_default_host(struct irq_domain *host); | |
149 | - | |
150 | 147 | extern unsigned int irq_create_mapping(struct irq_domain *host, |
151 | 148 | irq_hw_number_t hwirq); |
152 | 149 | extern void irq_dispose_mapping(unsigned int virq); |