pinctrl: as3722: drop the wrapper around pinctrl_gpio_direction_input()
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Tue, 10 Oct 2023 09:53:40 +0000 (11:53 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Sat, 4 Nov 2023 09:23:22 +0000 (10:23 +0100)
commit54d9eab19e769dbedf33968da9a729a4df105327
tree5b4e72453024c3b9bf7094d280680ae10468d124
parent22c7203db32040f4f36aba9fb2217db792f29725
pinctrl: as3722: drop the wrapper around pinctrl_gpio_direction_input()

pinctrl_gpio_direction_input() now has the same signature as the
wrapper around it so we can drop them.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-as3722.c