aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/irqdomain.h
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2012-05-19 15:11:45 +0900
committerGrant Likely <grant.likely@secretlab.ca>2012-05-19 12:41:56 -0600
commitcb5557bec9f14d05204a9014ae1b23aca8b04f1d (patch)
tree60811a47006a9753de390a7fa8a4aae95a80aac6 /include/linux/irqdomain.h
parentirqdomain: Make irq_domain_simple_map() static. (diff)
downloadlinux-dev-cb5557bec9f14d05204a9014ae1b23aca8b04f1d.tar.xz
linux-dev-cb5557bec9f14d05204a9014ae1b23aca8b04f1d.zip
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>
Diffstat (limited to 'include/linux/irqdomain.h')
-rw-r--r--include/linux/irqdomain.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/irqdomain.h b/include/linux/irqdomain.h
index a796dbf80b67..5abb533eb8eb 100644
--- a/include/linux/irqdomain.h
+++ b/include/linux/irqdomain.h
@@ -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);