]> git.karo-electronics.de Git - linux-beck.git/commit
gpio: ks8695: remove irq_to_gpio function
authorArnd Bergmann <arnd@arndb.de>
Tue, 16 Feb 2016 15:40:36 +0000 (16:40 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 18 Feb 2016 23:20:30 +0000 (00:20 +0100)
commitd7f7764e02ad8c4c8919b2484212aca788001765
tree854c1e2427064ae417d3495f20ef49d780e3cb0c
parentee2204a37957daed80418ea8ffc4f5c3146fb8e7
gpio: ks8695: remove irq_to_gpio function

The ks8695 gpio driver has its own copy of the irq_to_gpio()
function. This is completely unused in the mainline kernel
after we converted all remaining users several years ago,
so we can remove the definition as well.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-ks8695.c