Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f9612a65 authored by Alexandre Courbot's avatar Alexandre Courbot
Browse files

mips: txx9: change GENERIC_GPIO to GPIOLIB



The GPIO driver for txx9 requires gpiolib, so this is more accurate and
let us get rid of one mention of GENERIC_GPIO which is due to disappear.

Signed-off-by: default avatarAlexandre Courbot <acourbot@nvidia.com>
Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 1b920175
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@ EXPORT_SYMBOL(clk_put);

/* GPIO support */

#ifdef CONFIG_GENERIC_GPIO
#ifdef CONFIG_GPIOLIB
int gpio_to_irq(unsigned gpio)
{
	return -EINVAL;