gpio: bcm-kona: only use set_irq_flags() on ARM
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 20 Sep 2013 21:14:18 +0000 (23:14 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 20 Sep 2013 21:29:52 +0000 (23:29 +0200)
As per the pattern from other GPIO drivers, use set_irq_flags()
on ARM only, use irq_set_noprobe() on other archs.

Also rename the argument "virq" to just "irq", this IRQ isn't
any more "virtual" than any other Linux IRQ number, we use
"hwirq" for the actual hw-numbers, "virq" is just bogus.

Reviewed-by: Markus Mayer <mmayer@broadcom.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

No differences found