Re: [PATCH 3/3] gpiolib: unexport devprop_gpiochip_set_names()

From: Andy Shevchenko
Date: Tue Sep 08 2020 - 11:01:50 EST


On Tue, Sep 08, 2020 at 02:58:13PM +0200, Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx>
>
> Now that devprop_gpiochip_set_names() is only used in a single place
> inside drivers/gpio/gpiolib.c, there's no need anymore for it to be
> exported or to even live in its own source file. Pull this function into
> the core source file for gpiolib.

Did you miss to remove old file?

> drivers/gpio/Makefile | 1 -
> drivers/gpio/gpiolib.c | 47 +++++++++++++++++++++++++++++++++++++
> include/linux/gpio/driver.h | 2 --

--
With Best Regards,
Andy Shevchenko