提交 f9612a65 编写于 作者: A Alexandre Courbot

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: NAlexandre Courbot <acourbot@nvidia.com>
Acked-by: NArnd Bergmann <arnd@arndb.de>
Acked-by: NLinus Walleij <linus.walleij@linaro.org>
上级 1b920175
...@@ -118,7 +118,7 @@ EXPORT_SYMBOL(clk_put); ...@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册