diff options
author | Rob Herring <robh@kernel.org> | 2015-01-26 22:46:04 -0600 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-02-03 13:37:47 +0100 |
commit | ae4f4cfd8e9f6844c32a8913b8cb4f39ac9216ce (patch) | |
tree | aba61287dacc150782a45fe97cff63efbdc56183 /drivers/gpio/gpio-iop.c | |
parent | 37fc8a92daf5e775a18790ccd935240ef72ddd83 (diff) | |
download | linux-ae4f4cfd8e9f6844c32a8913b8cb4f39ac9216ce.tar.bz2 |
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>
Diffstat (limited to 'drivers/gpio/gpio-iop.c')
0 files changed, 0 insertions, 0 deletions