Re: [PATCH] gpio: pxa: fixes non devicetree builds

2015-12-22 Thread Linus Walleij
On Fri, Dec 18, 2015 at 9:40 PM, Robert Jarzmik wrote: > The commit "gpio: pxa: change the interrupt management" should have > taken care of moving an ifdef to not englobe irqdomain related > structures anymore, as they are used now for all builds. > > This repairs the broken builds where CONFIG_

[PATCH] gpio: pxa: fixes non devicetree builds

2015-12-18 Thread Robert Jarzmik
The commit "gpio: pxa: change the interrupt management" should have taken care of moving an ifdef to not englobe irqdomain related structures anymore, as they are used now for all builds. This repairs the broken builds where CONFIG_OF=n. Signed-off-by: Robert Jarzmik --- drivers/gpio/gpio-pxa.c