ARM: exynos: prepare for sparse IRQ
authorArnd Bergmann <arnd@arndb.de>
Tue, 5 Mar 2013 10:28:29 +0000 (11:28 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 19 Apr 2013 11:51:20 +0000 (13:51 +0200)
When we enable CONFIG_SPARSE_IRQ, we have to set the value of NR_IRQS in
the machine_desc for legacy IRQ domains, and any file referring to the
number of interrupts or a specific number must include the mach/irqs.h
header file explicitly.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>

No differences found