Skip to content

Commit

Permalink
ARM: 6276/1: mach-shmobile: remove duplicate NR_IRQS_LEGACY
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Magnus Damm authored and Russell King committed Jul 29, 2010
1 parent 540ad6b commit 58c7d9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/mach-shmobile/include/mach/irqs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 58c7d9d

Please sign in to comment.