From: Rob Herring Date: Tue, 3 Jan 2012 21:17:23 +0000 (-0600) Subject: ARM: only include mach/irqs.h for !SPARSE_IRQ X-Git-Tag: v3.4-rc1~36^2^2~3^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2be01b15443d5bc45d23b970dab0abba773ef2a;p=pandora-kernel.git ARM: only include mach/irqs.h for !SPARSE_IRQ Make mach/irqs.h optional for SPARSE_IRQ. With this change mach/irqs.h can be removed by converting platforms over to sparse irq. Platforms either need to set nr_irqs in their machine desc or all irqchips used by a platform need to allocate their irq_descs. There cannot be a mixture. Once this is done, the platforms can select SPARSE_IRQ. shmobile does the latter, and mmp and pxa do the former. Signed-off-by: Rob Herring --- Reading git-diff-tree failed