projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b92017
)
mips: txx9: change GENERIC_GPIO to GPIOLIB
author
Alexandre Courbot
<acourbot@nvidia.com>
Mon, 11 Mar 2013 02:45:00 +0000
(11:45 +0900)
committer
Alexandre Courbot
<acourbot@nvidia.com>
Wed, 20 Mar 2013 13:48:14 +0000
(22:48 +0900)
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>
arch/mips/txx9/generic/setup.c
patch
|
blob
|
history
diff --git
a/arch/mips/txx9/generic/setup.c
b/arch/mips/txx9/generic/setup.c
index 5524f2c7b05c5e08298a7c3f25f7c1abb9e4113c..5364aabc21027951532bc5d0e7d97898344f701a 100644
(file)
--- 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_G
ENERIC_GPIO
+#ifdef CONFIG_G
PIOLIB
int gpio_to_irq(unsigned gpio)
{
return -EINVAL;