Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f63ad7ed authored by Alexandre Courbot's avatar Alexandre Courbot Committed by Linus Walleij
Browse files

gpio: remove export of private of_get_named_gpio_flags()



of_get_named_gpio_flags() has been made gpiolib-private by commit
f01d9075, but its EXPORT statement has not been removed. Fix this.

Signed-off-by: default avatarAlexandre Courbot <acourbot@nvidia.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 2be00173
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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)