diff options
author | Alexandre Courbot <acourbot@nvidia.com> | 2013-03-10 22:45:00 -0400 |
---|---|---|
committer | Alexandre Courbot <acourbot@nvidia.com> | 2013-03-20 09:48:14 -0400 |
commit | f9612a65ec0a0457ee62c94e42f89abf2f8fbe21 (patch) | |
tree | aa94ce7a356ecf95612f075536c21081329974a4 /arch/mips/txx9/generic/setup.c | |
parent | 1b920175062bf5baaa94f50b0b309ceaf47ad019 (diff) |
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>
Diffstat (limited to 'arch/mips/txx9/generic/setup.c')
-rw-r--r-- | arch/mips/txx9/generic/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); | |||
118 | 118 | ||
119 | /* GPIO support */ | 119 | /* GPIO support */ |
120 | 120 | ||
121 | #ifdef CONFIG_GENERIC_GPIO | 121 | #ifdef CONFIG_GPIOLIB |
122 | int gpio_to_irq(unsigned gpio) | 122 | int gpio_to_irq(unsigned gpio) |
123 | { | 123 | { |
124 | return -EINVAL; | 124 | return -EINVAL; |