From 7fb6abcaa4d7bc19ac1014062ec8e05271a8ebb6 Mon Sep 17 00:00:00 2001 From: Olof Johansson Date: Mon, 4 Jun 2007 14:47:04 +1000 Subject: [PATCH] --- yaml --- r: 58205 b: refs/heads/master c: 9f7905812e5919862acb6ede63e10d3d1bb4958e h: refs/heads/master i: 58203: ead931ace141f2bea5fc225c9b1b1aefca2eebb2 v: v3 --- [refs] | 2 +- trunk/arch/powerpc/kernel/irq.c | 6 ++++++ trunk/include/asm-powerpc/irq.h | 5 +---- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 672d04ee76f2..8eb9c07cae6c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ee5d1b7f2a01ce4d95ca247b5a499b72f31cdbe8 +refs/heads/master: 9f7905812e5919862acb6ede63e10d3d1bb4958e diff --git a/trunk/arch/powerpc/kernel/irq.c b/trunk/arch/powerpc/kernel/irq.c index 42c8ed6ed528..c2b84c64db20 100644 --- a/trunk/arch/powerpc/kernel/irq.c +++ b/trunk/arch/powerpc/kernel/irq.c @@ -412,6 +412,12 @@ struct irq_map_entry irq_map[NR_IRQS]; static unsigned int irq_virq_count = NR_IRQS; static struct irq_host *irq_default_host; +irq_hw_number_t virq_to_hw(unsigned int virq) +{ + return irq_map[virq].hwirq; +} +EXPORT_SYMBOL_GPL(virq_to_hw); + struct irq_host *irq_alloc_host(unsigned int revmap_type, unsigned int revmap_arg, struct irq_host_ops *ops, diff --git a/trunk/include/asm-powerpc/irq.h b/trunk/include/asm-powerpc/irq.h index 4734cc178db5..05dd5a3eb3aa 100644 --- a/trunk/include/asm-powerpc/irq.h +++ b/trunk/include/asm-powerpc/irq.h @@ -138,10 +138,7 @@ struct irq_map_entry { extern struct irq_map_entry irq_map[NR_IRQS]; -static inline irq_hw_number_t virq_to_hw(unsigned int virq) -{ - return irq_map[virq].hwirq; -} +extern irq_hw_number_t virq_to_hw(unsigned int virq); /** * irq_alloc_host - Allocate a new irq_host data structure