irqchip: exynos: localize irq lookup for ATAGS
authorArnd Bergmann <arnd@arndb.de>
Wed, 10 Apr 2013 13:59:58 +0000 (15:59 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 19 Apr 2013 21:00:42 +0000 (23:00 +0200)
The IRQ_SPI() macro is not available in the driver when building with sparse
IRQs or multiplatform, so let's move all users of this into one function
that we can leave out when building DT-only.

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

No differences found