diff options
author | Paul Mundt <lethal@linux-sh.org> | 2012-06-13 05:12:52 +0200 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-06-13 05:12:52 +0200 |
commit | af68d8f06d7a4f62f647820bf3c6b390f9aef954 (patch) | |
tree | 365e21aa1a24f2bdaf1dcb2dbb6272d6b255eb77 /arch/sh | |
parent | Merge branch 'sh/dynamic-irq-cleanup' into sh-latest (diff) | |
parent | sh: Kill off now unused arch_probe_nr_irqs(). (diff) | |
download | linux-af68d8f06d7a4f62f647820bf3c6b390f9aef954.tar.xz linux-af68d8f06d7a4f62f647820bf3c6b390f9aef954.zip |
Merge branch 'sh/genirq' into sh-latest
Diffstat (limited to 'arch/sh')
-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) { |