diff options
author | Paul Mundt <lethal@linux-sh.org> | 2012-05-24 13:59:35 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-05-24 13:59:35 +0900 |
commit | 76b386624576eb00a7c7cad0e713952121708598 (patch) | |
tree | ac35fa182aea2f328d24bf6b3b47c7dca4c994b5 /arch/sh/kernel/irq.c | |
parent | f9369910a6225b8d4892c3f20ae740a711cd5ace (diff) | |
download | linux-76b386624576eb00a7c7cad0e713952121708598.tar.gz linux-76b386624576eb00a7c7cad0e713952121708598.tar.bz2 linux-76b386624576eb00a7c7cad0e713952121708598.zip |
sh: Kill off now unused arch_probe_nr_irqs().
Now that legacy pre-allocation is done away with, we can just use the
generic stub in kernel/softirq.c.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/irq.c')
-rw-r--r-- | arch/sh/kernel/irq.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/sh/kernel/irq.c b/arch/sh/kernel/irq.c index dadce735f746..063af10ff3c1 100644 --- a/arch/sh/kernel/irq.c +++ b/arch/sh/kernel/irq.c @@ -231,16 +231,6 @@ void __init init_IRQ(void) irq_ctx_init(smp_processor_id()); } -#ifdef CONFIG_SPARSE_IRQ -int __init arch_probe_nr_irqs(void) -{ - /* - * No pre-allocated IRQs. - */ - return 0; -} -#endif - #ifdef CONFIG_HOTPLUG_CPU static void route_irq(struct irq_data *data, unsigned int irq, unsigned int cpu) { |