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

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

parent a638735b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -26,6 +26,4 @@ static __inline__ int irq_canonicalize(int irq)
	return irq;
}

#define SIC_SYSIRQ(irq)	(irq - (IRQ_CORETMR + 1))

#endif				/* _BFIN_IRQ_H_ */
+2 −0
Original line number Diff line number Diff line
@@ -42,6 +42,8 @@
#include <asm/gpio.h>
#include <asm/irq_handler.h>

#define SIC_SYSIRQ(irq)	(irq - (IRQ_CORETMR + 1))

#ifdef BF537_FAMILY
# define BF537_GENERIC_ERROR_INT_DEMUX
#else