From: Alexandre Courbot Date: Tue, 22 Jul 2014 07:17:39 +0000 (+0900) Subject: gpio: remove export of private of_get_named_gpio_flags() X-Git-Tag: v3.17-rc1~71^2~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f63ad7ed71e525b74fe486d25cdc788d6531f4a9;p=thirdparty%2Flinux.git 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 Signed-off-by: Linus Walleij --- diff --git a/drivers/gpio/gpiolib-of.c b/drivers/gpio/gpiolib-of.c index e60cdab1d15ee..3e2fae205bee3 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, 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)