aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Courbot <acourbot@nvidia.com>2014-07-22 03:17:39 -0400
committerLinus Walleij <linus.walleij@linaro.org>2014-07-23 11:36:20 -0400
commitf63ad7ed71e525b74fe486d25cdc788d6531f4a9 (patch)
tree55db3da848d3cc2bf903ecb869f5edc8dad9c097
parent2be001739242fac1083f3b21898158492844699d (diff)
gpio: remove export of private of_get_named_gpio_flags()
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>
-rw-r--r--drivers/gpio/gpiolib-of.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpio/gpiolib-of.c b/drivers/gpio/gpiolib-of.c
index e60cdab1d15e..3e2fae205bee 100644
--- 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,
95 PTR_ERR_OR_ZERO(gg_data.out_gpio)); 95 PTR_ERR_OR_ZERO(gg_data.out_gpio));
96 return gg_data.out_gpio; 96 return gg_data.out_gpio;
97} 97}
98EXPORT_SYMBOL(of_get_named_gpiod_flags);
99 98
100int of_get_named_gpio_flags(struct device_node *np, const char *list_name, 99int of_get_named_gpio_flags(struct device_node *np, const char *list_name,
101 int index, enum of_gpio_flags *flags) 100 int index, enum of_gpio_flags *flags)