diff options
-rw-r--r-- | arch/blackfin/include/asm/irq.h | 2 | ||||
-rw-r--r-- | arch/blackfin/mach-common/ints-priority.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/blackfin/include/asm/irq.h b/arch/blackfin/include/asm/irq.h index 291a9223adca..9377816fa18a 100644 --- a/arch/blackfin/include/asm/irq.h +++ b/arch/blackfin/include/asm/irq.h | |||
@@ -26,6 +26,4 @@ static __inline__ int irq_canonicalize(int irq) | |||
26 | return irq; | 26 | return irq; |
27 | } | 27 | } |
28 | 28 | ||
29 | #define SIC_SYSIRQ(irq) (irq - (IRQ_CORETMR + 1)) | ||
30 | |||
31 | #endif /* _BFIN_IRQ_H_ */ | 29 | #endif /* _BFIN_IRQ_H_ */ |
diff --git a/arch/blackfin/mach-common/ints-priority.c b/arch/blackfin/mach-common/ints-priority.c index eb8dfcfc3544..2efddcecc42b 100644 --- a/arch/blackfin/mach-common/ints-priority.c +++ b/arch/blackfin/mach-common/ints-priority.c | |||
@@ -42,6 +42,8 @@ | |||
42 | #include <asm/gpio.h> | 42 | #include <asm/gpio.h> |
43 | #include <asm/irq_handler.h> | 43 | #include <asm/irq_handler.h> |
44 | 44 | ||
45 | #define SIC_SYSIRQ(irq) (irq - (IRQ_CORETMR + 1)) | ||
46 | |||
45 | #ifdef BF537_FAMILY | 47 | #ifdef BF537_FAMILY |
46 | # define BF537_GENERIC_ERROR_INT_DEMUX | 48 | # define BF537_GENERIC_ERROR_INT_DEMUX |
47 | #else | 49 | #else |