ARM: shmobile: r8a7779: Remove NR_IRQS_LEGACY
authorMagnus Damm <damm+renesas@opensource.se>
Fri, 8 Aug 2014 11:49:04 +0000 (20:49 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Fri, 5 Dec 2014 00:59:23 +0000 (09:59 +0900)
commit7f9f9da0266a76a846dd6cf48ede340822b33ca0
treedda9b123106bfb8014a4afd0bc75b1e6db901826
parent5cdc3bdbf460ca56a77aa69a1962799c8b304b7a
ARM: shmobile: r8a7779: Remove NR_IRQS_LEGACY

Remove NR_IRQS_LEGACY from the r8a7779 generic machine
vector. The generic r8a7779 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>
(cherry picked from commit 93f05252514a8c7b6bf5a132f6b20f10215cb59c)
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/setup-r8a7779.c