]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd70bc8c57e2fc84b0440691ee01360f60d12e9e7
tree23e584ae08944d38d829d8a754d9b2ccc75a4ed2
parent95ceccc2ea30608c6d62eebd0f0558b1ac8f7401
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