aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
diff options
context:
space:
mode:
authorMilton Miller <miltonm@bga.com>2011-05-10 19:30:40 +0000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2011-05-19 15:32:01 +1000
commit1e8c23013ed0d535e531b3b9cc30200e884f3ff0 (patch)
tree782c34bc7046e8a92e6e94c5cd262376aacb89cd /arch/powerpc/include
parent3ee62d365b519c0c18c774049efcde84fe51c60c (diff)
downloadkernel_samsung_smdk4412-1e8c23013ed0d535e531b3b9cc30200e884f3ff0.zip
kernel_samsung_smdk4412-1e8c23013ed0d535e531b3b9cc30200e884f3ff0.tar.gz
kernel_samsung_smdk4412-1e8c23013ed0d535e531b3b9cc30200e884f3ff0.tar.bz2
powerpc: Remove virq_to_host
The only references to the irq_map[].host field are internal to arch/powerpc/kernel/irq.c Signed-off-by: Milton Miller <miltonm@bga.com> Acked-by: Grant Likely <grant.likely@secretlab.ca> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/include')
-rw-r--r--arch/powerpc/include/asm/irq.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/irq.h b/arch/powerpc/include/asm/irq.h
index a65d170..1bff591 100644
--- a/arch/powerpc/include/asm/irq.h
+++ b/arch/powerpc/include/asm/irq.h
@@ -129,7 +129,6 @@ struct irq_data;
extern irq_hw_number_t irqd_to_hwirq(struct irq_data *d);
extern irq_hw_number_t virq_to_hw(unsigned int virq);
extern bool virq_is_host(unsigned int virq, struct irq_host *host);
-extern struct irq_host *virq_to_host(unsigned int virq);
/**
* irq_alloc_host - Allocate a new irq_host data structure