diff options
Diffstat (limited to 'include/asm-parisc/irq.h')
-rw-r--r-- | include/asm-parisc/irq.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/asm-parisc/irq.h b/include/asm-parisc/irq.h index b0a30e2c9813..5cae260615a2 100644 --- a/include/asm-parisc/irq.h +++ b/include/asm-parisc/irq.h | |||
@@ -7,7 +7,6 @@ | |||
7 | #ifndef _ASM_PARISC_IRQ_H | 7 | #ifndef _ASM_PARISC_IRQ_H |
8 | #define _ASM_PARISC_IRQ_H | 8 | #define _ASM_PARISC_IRQ_H |
9 | 9 | ||
10 | #include <linux/config.h> | ||
11 | #include <linux/cpumask.h> | 10 | #include <linux/cpumask.h> |
12 | #include <asm/types.h> | 11 | #include <asm/types.h> |
13 | 12 | ||
@@ -27,11 +26,6 @@ | |||
27 | 26 | ||
28 | #define NR_IRQS (CPU_IRQ_MAX + 1) | 27 | #define NR_IRQS (CPU_IRQ_MAX + 1) |
29 | 28 | ||
30 | /* | ||
31 | * IRQ line status macro IRQ_PER_CPU is used | ||
32 | */ | ||
33 | #define ARCH_HAS_IRQ_PER_CPU | ||
34 | |||
35 | static __inline__ int irq_canonicalize(int irq) | 29 | static __inline__ int irq_canonicalize(int irq) |
36 | { | 30 | { |
37 | return (irq == 2) ? 9 : irq; | 31 | return (irq == 2) ? 9 : irq; |