From: Magnus Damm Date: Thu, 29 Jul 2010 12:09:36 +0000 (+0100) Subject: ARM: 6276/1: mach-shmobile: remove duplicate NR_IRQS_LEGACY X-Git-Tag: v2.6.36-rc1~591^2~3^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=58c7d9d2e6116ec694a5af5b8a0aca1467673899;p=platform%2Fkernel%2Flinux-3.10.git 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: Magnus Damm Signed-off-by: Russell King --- diff --git a/arch/arm/mach-shmobile/include/mach/irqs.h b/arch/arm/mach-shmobile/include/mach/irqs.h index 5179b72..132256b 100644 --- a/arch/arm/mach-shmobile/include/mach/irqs.h +++ b/arch/arm/mach-shmobile/include/mach/irqs.h @@ -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)