diff options
author | Paul Mundt <lethal@linux-sh.org> | 2012-06-13 12:12:52 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-06-13 12:12:52 +0900 |
commit | af68d8f06d7a4f62f647820bf3c6b390f9aef954 (patch) | |
tree | 365e21aa1a24f2bdaf1dcb2dbb6272d6b255eb77 /arch/sh | |
parent | d978006a54ddf73cdeb3c59d1862a17f4445751c (diff) | |
parent | 76b386624576eb00a7c7cad0e713952121708598 (diff) | |
download | linux-af68d8f06d7a4f62f647820bf3c6b390f9aef954.tar.gz linux-af68d8f06d7a4f62f647820bf3c6b390f9aef954.tar.bz2 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) { |