diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2011-09-11 05:28:04 -0400 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2011-11-08 16:35:52 -0500 |
commit | d890d73995257b4e10cdd7d55bad80e34a71ba22 (patch) | |
tree | 3e4ee85a2d8d126e1570c7ea47178a2a8a627849 /arch/m68k/q40/q40ints.c | |
parent | a03010ed9b399fdbc28ac8836e0a6d4b15403f9f (diff) |
m68k/irq: Remove obsolete m68k irq framework
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/q40/q40ints.c')
-rw-r--r-- | arch/m68k/q40/q40ints.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/m68k/q40/q40ints.c b/arch/m68k/q40/q40ints.c index f1e5288f043f..2b888491f29a 100644 --- a/arch/m68k/q40/q40ints.c +++ b/arch/m68k/q40/q40ints.c | |||
@@ -15,11 +15,7 @@ | |||
15 | #include <linux/kernel.h> | 15 | #include <linux/kernel.h> |
16 | #include <linux/errno.h> | 16 | #include <linux/errno.h> |
17 | #include <linux/interrupt.h> | 17 | #include <linux/interrupt.h> |
18 | #ifdef CONFIG_GENERIC_HARDIRQS | ||
19 | #include <linux/irq.h> | 18 | #include <linux/irq.h> |
20 | #else | ||
21 | #include <asm/irq.h> | ||
22 | #endif | ||
23 | 19 | ||
24 | #include <asm/ptrace.h> | 20 | #include <asm/ptrace.h> |
25 | #include <asm/system.h> | 21 | #include <asm/system.h> |
@@ -329,15 +325,3 @@ void q40_irq_disable(struct irq_data *data) | |||
329 | printk("disable_irq nesting count %d\n",mext_disabled); | 325 | printk("disable_irq nesting count %d\n",mext_disabled); |
330 | } | 326 | } |
331 | } | 327 | } |
332 | |||
333 | #ifndef CONFIG_GENERIC_HARDIRQS | ||
334 | unsigned long q40_probe_irq_on(void) | ||
335 | { | ||
336 | printk("irq probing not working - reconfigure the driver to avoid this\n"); | ||
337 | return -1; | ||
338 | } | ||
339 | int q40_probe_irq_off(unsigned long irqs) | ||
340 | { | ||
341 | return -1; | ||
342 | } | ||
343 | #endif | ||