mirror of
https://github.com/torvalds/linux.git
synced 2024-10-30 00:32:38 +00:00
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: Alexandre Courbot <acourbot@nvidia.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
1b92017506
commit
f9612a65ec
@ -118,7 +118,7 @@ EXPORT_SYMBOL(clk_put);
|
|||||||
|
|
||||||
/* GPIO support */
|
/* GPIO support */
|
||||||
|
|
||||||
#ifdef CONFIG_GENERIC_GPIO
|
#ifdef CONFIG_GPIOLIB
|
||||||
int gpio_to_irq(unsigned gpio)
|
int gpio_to_irq(unsigned gpio)
|
||||||
{
|
{
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
|
Loading…
Reference in New Issue
Block a user