From: Magnus Damm Date: Fri, 8 Aug 2014 11:49:13 +0000 (+0900) Subject: ARM: shmobile: marzen: Remove NR_IRQS_LEGACY X-Git-Tag: fixes-for-v3.18-merge-window~5^2~31^2~10^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=322163c437b200b70ecb87ab102dfedce0ba0e91;p=pandora-kernel.git 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 Signed-off-by: Simon Horman --- Reading git-diff-tree failed