diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2011-07-13 15:48:30 -0400 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2011-11-08 16:35:50 -0500 |
commit | ddc7fd25d09678f8252c0321ef4b66e8451abe7d (patch) | |
tree | e95db89cd1801787baa2c0cc1dad2f1de64d0f49 /arch/m68k/mac/psc.c | |
parent | fb1b646aa3bcae2f8211136a6b40228c7c9d236c (diff) |
m68k/mac: Convert Mac to genirq
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/mac/psc.c')
-rw-r--r-- | arch/m68k/mac/psc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/m68k/mac/psc.c b/arch/m68k/mac/psc.c index 26c2b6595808..0a34b7afc376 100644 --- a/arch/m68k/mac/psc.c +++ b/arch/m68k/mac/psc.c | |||
@@ -18,6 +18,9 @@ | |||
18 | #include <linux/mm.h> | 18 | #include <linux/mm.h> |
19 | #include <linux/delay.h> | 19 | #include <linux/delay.h> |
20 | #include <linux/init.h> | 20 | #include <linux/init.h> |
21 | #ifdef CONFIG_GENERIC_HARDIRQS | ||
22 | #include <linux/irq.h> | ||
23 | #endif | ||
21 | 24 | ||
22 | #include <asm/traps.h> | 25 | #include <asm/traps.h> |
23 | #include <asm/bootinfo.h> | 26 | #include <asm/bootinfo.h> |