gpio: twl4030: Reorder functions which allows to drop a forward declaraion
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Sat, 17 Sep 2022 21:37:29 +0000 (23:37 +0200)
committerBartosz Golaszewski <brgl@bgdev.pl>
Tue, 20 Sep 2022 07:02:08 +0000 (09:02 +0200)
commit971479115444e9f575226e76d5443e6e90954e78
tree904e2518b8bef440969010e2a388c8ab3a0cad7c
parent8b10ca2f7551e024b60ab5e27d3e3630c029000a
gpio: twl4030: Reorder functions which allows to drop a forward declaraion

There is no cyclic dependency between gpio_twl4030_probe() and
gpio_twl4030_remove(), so by moving the latter before the former the
forward declaration can be dropped.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
drivers/gpio/gpio-twl4030.c