pinctrl: at91: Use generic irq_{request,release}_resources()
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 17 Aug 2015 13:32:16 +0000 (15:32 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 26 Aug 2015 07:32:20 +0000 (09:32 +0200)
commit91d33cfedf181cd9e1230d38e466de2f6697d317
treeb0bc2df09202421fe26e94341d15160cda1a9344
parent109fdf1572be86aaf681e69b30dc5ada90ce6f35
pinctrl: at91: Use generic irq_{request,release}_resources()

The at91-specific irq_{request,release}_resources() callbacks are
identical to the generic ones, modulo the bug fix in 5b76e79c77264899
("gpiolib: irqchip: prevent driver unloading if gpio is used as irq
only").

Until commit 8b67a1f0ad1f260f ("gpio: don't override irq_*_resources()
callbacks"), the buggy at91-specific callbacks were never used, though.

Hence drop the at91-specific ones in favor of the generic ones.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-at91.c