]> git.karo-electronics.de Git - linux-beck.git/commit
gpio: pxa: remove mach IRQ includes
authorRob Herring <robh@kernel.org>
Tue, 27 Jan 2015 04:46:04 +0000 (22:46 -0600)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 3 Feb 2015 12:37:47 +0000 (13:37 +0100)
commitae4f4cfd8e9f6844c32a8913b8cb4f39ac9216ce
treeaba61287dacc150782a45fe97cff63efbdc56183
parent37fc8a92daf5e775a18790ccd935240ef72ddd83
gpio: pxa: remove mach IRQ includes

In preparation to enable ARCH_MMP on ARM64, the include of mach/irqs.h
must be eliminated. mach/irqs.h was being included for IRQ_GPIO{0,1},
but these IRQs are always passed in as resources now. We can use irq0
and irq1 and get rid of IRQ_GPIOx. Get rid of the ifdef in the process
as it is no longer needed.

Signed-off-by: Rob Herring <robh@kernel.org>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Alexandre Courbot <gnurou@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-pxa.c