projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2be0017
)
gpio: remove export of private of_get_named_gpio_flags()
author
Alexandre Courbot
<acourbot@nvidia.com>
Tue, 22 Jul 2014 07:17:39 +0000
(16:17 +0900)
committer
Linus Walleij
<linus.walleij@linaro.org>
Wed, 23 Jul 2014 15:36:20 +0000
(17:36 +0200)
of_get_named_gpio_flags() has been made gpiolib-private by commit
f01d907582
, but its EXPORT statement has not been removed. Fix this.
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpiolib-of.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpio/gpiolib-of.c
b/drivers/gpio/gpiolib-of.c
index e60cdab1d15ee86d0df1506be0ba692a7c5ca8be..3e2fae205bee3d53e3bc75df1dfa2b07f74bb589 100644
(file)
--- a/
drivers/gpio/gpiolib-of.c
+++ b/
drivers/gpio/gpiolib-of.c
@@
-95,7
+95,6
@@
struct gpio_desc *of_get_named_gpiod_flags(struct device_node *np,
PTR_ERR_OR_ZERO(gg_data.out_gpio));
return gg_data.out_gpio;
}
-EXPORT_SYMBOL(of_get_named_gpiod_flags);
int of_get_named_gpio_flags(struct device_node *np, const char *list_name,
int index, enum of_gpio_flags *flags)