Re: [PATCH 02/11] irqchip: brcmstb-l2: Eliminate dependency on ARM code

2014-10-29 Thread Florian Fainelli
On 10/28/2014 08:58 PM, Kevin Cernekee wrote: > 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 Acked-by: Florian Fainelli > --- > d

Re: [PATCH 02/11] irqchip: brcmstb-l2: Eliminate dependency on ARM code

2014-10-29 Thread Arnd Bergmann
On Tuesday 28 October 2014 20:58:49 Kevin Cernekee wrote: > 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 > Acked-by: Arnd Bergmann

[PATCH 02/11] irqchip: brcmstb-l2: Eliminate dependency on ARM code

2014-10-28 Thread Kevin Cernekee
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 --- drivers/irqchip/irq-brcmstb-l2.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(