Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 58c7d9d2 authored by Magnus Damm's avatar Magnus Damm Committed by Russell King
Browse files

ARM: 6276/1: mach-shmobile: remove duplicate NR_IRQS_LEGACY



NR_IRQS_LEGACY is now defined in asm/irq.h,
so drop it in mach/irqs.h.

Signed-off-by: default avatarMagnus Damm <damm@opensource.se>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 540ad6b6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
#define __ASM_MACH_IRQS_H

#define NR_IRQS         512
#define NR_IRQS_LEGACY  8

#define evt2irq(evt)		(((evt) >> 5) - 16)
#define irq2evt(irq)		(((irq) + 16) << 5)