irqchip: exynos: pass max combiner number to combiner_init
authorArnd Bergmann <arnd@arndb.de>
Wed, 10 Apr 2013 13:17:47 +0000 (15:17 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 19 Apr 2013 21:00:40 +0000 (23:00 +0200)
We can find out the number of combined IRQs from the device
tree, but in case of ATAGS boot, the driver currently uses
hardcoded values based on the SoC type. We can't do that
in general for a multiplatform kernel, so let's instead pass
this information from platform code directly in case of
ATAGS boot.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Thomas Gleixner <tglx@linutronix.de>

No differences found