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)
commit92c8e4962054a6cf5171b3d7a3a77b799ca62c10
tree23e584ae08944d38d829d8a754d9b2ccc75a4ed2
parentd34f03d4a1e4e56f5944186c2e74cbed58b27090
irqchip: exynos: localize irq lookup for ATAGS

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>
drivers/irqchip/exynos-combiner.c