commit | 05f1275745f11c48760c8b6a58751d5bd1a8c0d8 | [log] [tgz] |
---|---|---|
author | Kevin Cernekee <[email protected]> | Thu Nov 06 22:44:20 2014 -0800 |
committer | Jason Cooper <[email protected]> | Sun Nov 09 04:02:10 2014 +0000 |
tree | 726cfb4a7bc04c1c003f53dcd8033219e5aad8d7 | |
parent | b79055952badbd73710685643bab44104f2509ea [diff] |
irqchip: brcmstb-l2: Eliminate dependency on ARM code The irq-brcmstb-l2 driver has a single dependency on the ARM code, the do_bad_IRQ macro. Expand this macro in-place so that the driver can be built on non-ARM platforms. Signed-off-by: Kevin Cernekee <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Acked-by: Florian Fainelli <[email protected]> Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Jason Cooper <[email protected]>