From: Linus Walleij Date: Fri, 20 Sep 2013 21:14:18 +0000 (+0200) Subject: gpio: bcm-kona: only use set_irq_flags() on ARM X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~12^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dc94272117e35c1618516ffe5b129a7663c1d03;p=pandora-kernel.git gpio: bcm-kona: only use set_irq_flags() on ARM 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 Signed-off-by: Linus Walleij --- Reading git-diff-tree failed