summaryrefslogtreecommitdiff
path: root/include/asm-mips/mach-malta/irq.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-mips/mach-malta/irq.h')
-rw-r--r--include/asm-mips/mach-malta/irq.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/asm-mips/mach-malta/irq.h b/include/asm-mips/mach-malta/irq.h
new file mode 100644
index 000000000000..9b9da26683c2
--- /dev/null
+++ b/include/asm-mips/mach-malta/irq.h
@@ -0,0 +1,9 @@
+#ifndef __ASM_MACH_MIPS_IRQ_H
+#define __ASM_MACH_MIPS_IRQ_H
+
+
+#define NR_IRQS 256
+
+#include_next <irq.h>
+
+#endif /* __ASM_MACH_MIPS_IRQ_H */