m68k/amiga: Convert Amiga to genirq
authorGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 31 May 2011 20:08:28 +0000 (22:08 +0200)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 8 Nov 2011 21:35:50 +0000 (22:35 +0100)
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/Kconfig
arch/m68k/amiga/amiints.c

index 9d60f40..9000921 100644 (file)
@@ -87,7 +87,6 @@ config MMU_SUN3
 config USE_GENERIC_HARDIRQS
        bool "Use genirq"
        depends on MMU
-       depends on !AMIGA
        depends on !MAC
        depends on !APOLLO
        depends on !MVME147
index c8f9eac..c3da534 100644 (file)
@@ -9,6 +9,9 @@
 #include <linux/init.h>
 #include <linux/interrupt.h>
 #include <linux/errno.h>
+#ifdef CONFIG_GENERIC_HARDIRQS
+#include <linux/irq.h>
+#endif
 
 #include <asm/irq.h>
 #include <asm/traps.h>