aboutsummaryrefslogtreecommitdiff
path: root/include/asm-avr32/irq.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-avr32/irq.h')
-rw-r--r--include/asm-avr32/irq.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/asm-avr32/irq.h b/include/asm-avr32/irq.h
deleted file mode 100644
index 83e6549d778..00000000000
--- a/include/asm-avr32/irq.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef __ASM_AVR32_IRQ_H
-#define __ASM_AVR32_IRQ_H
-
-#define NR_INTERNAL_IRQS 64
-
-#include <asm/arch/irq.h>
-
-#ifndef NR_IRQS
-#define NR_IRQS (NR_INTERNAL_IRQS)
-#endif
-
-#define irq_canonicalize(i) (i)
-
-#endif /* __ASM_AVR32_IOCTLS_H */