ARM: shmobile: marzen: Remove NR_IRQS_LEGACY
authorMagnus Damm <damm+renesas@opensource.se>
Fri, 8 Aug 2014 11:49:13 +0000 (20:49 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 20 Aug 2014 00:06:36 +0000 (09:06 +0900)
commit322163c437b200b70ecb87ab102dfedce0ba0e91
tree4b33a6fe8e8d331f80c958eda977dd03d7ab8c03
parent911f7cec78af1445d4b0f5f79907cb5bd4522ce5
ARM: shmobile: marzen: Remove NR_IRQS_LEGACY

Remove NR_IRQS_LEGACY from the Marzen Reference code.
The Marzen Reference machine vector requires use of
Multiplatform, and in such case SPARSE_IRQ is enabled
by default. This in turns means that the default value
of .nr_irqs equals NR_IRQS and NR_IRQS_LEGACY. Because
of this we can simply remove NR_IRQS_LEGACY and move one
step closer to a cruft-free environment.

Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/board-marzen-reference.c
This page took 0.025937 seconds and 5 git commands to generate.