summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel
diff options
context:
space:
mode:
authorPaul Mundt2012-06-13 05:12:52 +0200
committerPaul Mundt2012-06-13 05:12:52 +0200
commitaf68d8f06d7a4f62f647820bf3c6b390f9aef954 (patch)
tree365e21aa1a24f2bdaf1dcb2dbb6272d6b255eb77 /arch/sh/kernel
parentMerge branch 'sh/dynamic-irq-cleanup' into sh-latest (diff)
parentsh: Kill off now unused arch_probe_nr_irqs(). (diff)
downloadkernel-qcow2-linux-af68d8f06d7a4f62f647820bf3c6b390f9aef954.tar.gz
kernel-qcow2-linux-af68d8f06d7a4f62f647820bf3c6b390f9aef954.tar.xz
kernel-qcow2-linux-af68d8f06d7a4f62f647820bf3c6b390f9aef954.zip
Merge branch 'sh/genirq' into sh-latest
Diffstat (limited to 'arch/sh/kernel')
-rw-r--r--arch/sh/kernel/irq.c10
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)
{