From b02a48277f60d766522dfc9a91d777cbe54cc631 Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Sat, 19 May 2012 15:11:45 +0900 Subject: [PATCH] --- yaml --- r: 307630 b: refs/heads/master c: cb5557bec9f14d05204a9014ae1b23aca8b04f1d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/irqdomain.h | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/[refs] b/[refs] index e0fd454dbf07..ecfc12990a87 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5c5806e50b9fd4ca435acdf0eceddda64da9be5b +refs/heads/master: cb5557bec9f14d05204a9014ae1b23aca8b04f1d diff --git a/trunk/include/linux/irqdomain.h b/trunk/include/linux/irqdomain.h index a796dbf80b67..5abb533eb8eb 100644 --- a/trunk/include/linux/irqdomain.h +++ b/trunk/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);