aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/kernel/ints.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/kernel/ints.c')
-rw-r--r--arch/m68k/kernel/ints.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/m68k/kernel/ints.c b/arch/m68k/kernel/ints.c
index 7e8a0d394e61..74453d15692e 100644
--- a/arch/m68k/kernel/ints.c
+++ b/arch/m68k/kernel/ints.c
@@ -46,6 +46,8 @@
46#include <asm/q40ints.h> 46#include <asm/q40ints.h>
47#endif 47#endif
48 48
49int nr_irqs = NR_IRQS;
50
49extern u32 auto_irqhandler_fixup[]; 51extern u32 auto_irqhandler_fixup[];
50extern u32 user_irqhandler_fixup[]; 52extern u32 user_irqhandler_fixup[];
51extern u16 user_irqvec_fixup[]; 53extern u16 user_irqvec_fixup[];