summary refs log tree commit diff
path: root/arch/sh
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2012-06-13 12:12:52 +0900
committerPaul Mundt <lethal@linux-sh.org>2012-06-13 12:12:52 +0900
commitaf68d8f06d7a4f62f647820bf3c6b390f9aef954 (patch)
tree365e21aa1a24f2bdaf1dcb2dbb6272d6b255eb77 /arch/sh
parentd978006a54ddf73cdeb3c59d1862a17f4445751c (diff)
parent76b386624576eb00a7c7cad0e713952121708598 (diff)
downloadlinux-af68d8f06d7a4f62f647820bf3c6b390f9aef954.tar.gz
Merge branch 'sh/genirq' into sh-latest
Diffstat (limited to 'arch/sh')
-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)
 {