Skip to content

Commit

Permalink
irqdomain: Kill off duplicate definitions.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Mundt authored and Grant Likely committed May 19, 2012
1 parent 5c5806e commit cb5557b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/linux/irqdomain.h
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,6 @@ static inline struct irq_domain *irq_domain_add_legacy_isa(

extern void irq_domain_remove(struct irq_domain *host);

extern struct irq_domain *irq_find_host(struct device_node *node);
extern void irq_set_default_host(struct irq_domain *host);

extern unsigned int irq_create_mapping(struct irq_domain *host,
irq_hw_number_t hwirq);
extern void irq_dispose_mapping(unsigned int virq);
Expand Down

0 comments on commit cb5557b

Please sign in to comment.