diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2011-09-11 13:28:04 +0400 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2011-11-09 01:35:52 +0400 |
commit | d890d73995257b4e10cdd7d55bad80e34a71ba22 (patch) | |
tree | 3e4ee85a2d8d126e1570c7ea47178a2a8a627849 /arch/m68k/q40 | |
parent | a03010ed9b399fdbc28ac8836e0a6d4b15403f9f (diff) | |
download | linux-d890d73995257b4e10cdd7d55bad80e34a71ba22.tar.xz |
m68k/irq: Remove obsolete m68k irq framework
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/q40')
-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 @@ #include <linux/kernel.h> #include <linux/errno.h> #include <linux/interrupt.h> -#ifdef CONFIG_GENERIC_HARDIRQS #include <linux/irq.h> -#else -#include <asm/irq.h> -#endif #include <asm/ptrace.h> #include <asm/system.h> @@ -329,15 +325,3 @@ void q40_irq_disable(struct irq_data *data) printk("disable_irq nesting count %d\n",mext_disabled); } } - -#ifndef CONFIG_GENERIC_HARDIRQS -unsigned long q40_probe_irq_on(void) -{ - printk("irq probing not working - reconfigure the driver to avoid this\n"); - return -1; -} -int q40_probe_irq_off(unsigned long irqs) -{ - return -1; -} -#endif |