From: Alexandre Courbot Date: Mon, 11 Mar 2013 02:45:00 +0000 (+0900) Subject: mips: txx9: change GENERIC_GPIO to GPIOLIB X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=f9612a65ec0a0457ee62c94e42f89abf2f8fbe21;p=deliverable%2Flinux.git 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 Acked-by: Arnd Bergmann Acked-by: Linus Walleij --- diff --git a/arch/mips/txx9/generic/setup.c b/arch/mips/txx9/generic/setup.c index 5524f2c7b05c..5364aabc2102 100644 --- a/arch/mips/txx9/generic/setup.c +++ b/arch/mips/txx9/generic/setup.c @@ -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;