gpio: pxa: fixes non devicetree builds
authorRobert Jarzmik <robert.jarzmik@free.fr>
Fri, 18 Dec 2015 20:40:40 +0000 (21:40 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 22 Dec 2015 09:09:57 +0000 (10:09 +0100)
commit0440091be8e44fad91bd220abb07b114ba8f0b48
tree9c9350f14bb172839b49b13b71959833c3938621
parent46c32889f5898774fc523a6ce62012f81b659293
gpio: pxa: fixes non devicetree builds

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 <robert.jarzmik@free.fr>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-pxa.c