]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
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 9d60f400407642cada8596bfcc2437115f0a5f1b..9000921385aa00546c480263fc7d13adc7b6bf37 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 c8f9eac121a17762d1365acf7aa7bd85e8d40c68..c3da5342f495b2be440d357c761b34ebb07dc3f5 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>