diff options
author | Magnus Damm <magnus.damm@gmail.com> | 2010-07-29 13:09:36 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-07-29 22:32:28 +0100 |
commit | 58c7d9d2e6116ec694a5af5b8a0aca1467673899 (patch) | |
tree | 958d186dbbce6f357205c360ffcc7be8f9770255 /arch | |
parent | 540ad6b62b3a188a53b51cac81d8a60d40e29fbd (diff) | |
download | linux-3.10-58c7d9d2e6116ec694a5af5b8a0aca1467673899.tar.gz linux-3.10-58c7d9d2e6116ec694a5af5b8a0aca1467673899.tar.bz2 linux-3.10-58c7d9d2e6116ec694a5af5b8a0aca1467673899.zip |
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 <damm@opensource.se>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/irqs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/irqs.h b/arch/arm/mach-shmobile/include/mach/irqs.h index 5179b72e1ee..132256bb8c8 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) |