Commit 7beb7439 authored by Mike Frysinger's avatar Mike Frysinger Committed by Bryan Wu

Blackfin arch: move SIC_SYSIRQ() to the one file that actually uses it

Signed-off-by: default avatarMike Frysinger <vapier.adi@gmail.com>
Signed-off-by: default avatarBryan Wu <cooloney@kernel.org>
parent a638735b
...@@ -26,6 +26,4 @@ static __inline__ int irq_canonicalize(int irq) ...@@ -26,6 +26,4 @@ static __inline__ int irq_canonicalize(int irq)
return irq; return irq;
} }
#define SIC_SYSIRQ(irq) (irq - (IRQ_CORETMR + 1))
#endif /* _BFIN_IRQ_H_ */ #endif /* _BFIN_IRQ_H_ */
...@@ -42,6 +42,8 @@ ...@@ -42,6 +42,8 @@
#include <asm/gpio.h> #include <asm/gpio.h>
#include <asm/irq_handler.h> #include <asm/irq_handler.h>
#define SIC_SYSIRQ(irq) (irq - (IRQ_CORETMR + 1))
#ifdef BF537_FAMILY #ifdef BF537_FAMILY
# define BF537_GENERIC_ERROR_INT_DEMUX # define BF537_GENERIC_ERROR_INT_DEMUX
#else #else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment