commit | 92c8e4962054a6cf5171b3d7a3a77b799ca62c10 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Wed Apr 10 15:59:58 2013 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Fri Apr 19 23:00:42 2013 +0200 |
tree | 23e584ae08944d38d829d8a754d9b2ccc75a4ed2 | |
parent | d34f03d4a1e4e56f5944186c2e74cbed58b27090 [diff] |
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>