gpiolib: Get rid of gpio_bus_match() forward declaration
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 7 Mar 2023 18:25:56 +0000 (20:25 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Wed, 8 Mar 2023 10:50:20 +0000 (11:50 +0100)
commitc135f401265ae1b8b15c8fd607a4a113c61d79f8
tree8b172ec54fa8c664d14a892bbd3452de3a019529
parent67f64d1589ba946970aaaed35ee6335d043a4933
gpiolib: Get rid of gpio_bus_match() forward declaration

There is nothing specific about gpio_bus_match(), so we may
simply move it to the top of the file and get rid of forward
declaration.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
drivers/gpio/gpiolib.c