diff options
Diffstat (limited to 'include/asm-sparc/irq.h')
-rw-r--r-- | include/asm-sparc/irq.h | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/include/asm-sparc/irq.h b/include/asm-sparc/irq.h index fe205cc444b8..7af6bb4aa09c 100644 --- a/include/asm-sparc/irq.h +++ b/include/asm-sparc/irq.h | |||
@@ -1,15 +1,8 @@ | |||
1 | /* irq.h: IRQ registers on the Sparc. | 1 | #ifndef ___ASM_SPARC_IRQ_H |
2 | * | 2 | #define ___ASM_SPARC_IRQ_H |
3 | * Copyright (C) 1995, 2007 David S. Miller (davem@davemloft.net) | 3 | #if defined(__sparc__) && defined(__arch64__) |
4 | */ | 4 | #include <asm-sparc/irq_64.h> |
5 | 5 | #else | |
6 | #ifndef _SPARC_IRQ_H | 6 | #include <asm-sparc/irq_32.h> |
7 | #define _SPARC_IRQ_H | 7 | #endif |
8 | |||
9 | #include <linux/interrupt.h> | ||
10 | |||
11 | #define NR_IRQS 16 | ||
12 | |||
13 | #define irq_canonicalize(irq) (irq) | ||
14 | |||
15 | #endif | 8 | #endif |