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

From: Bartosz Golaszewski
Date: Tue Sep 08 2020 - 12:37:56 EST


On Tue, Sep 8, 2020 at 3:52 PM Andy Shevchenko
<andriy.shevchenko@xxxxxxxxxxxxxxx> wrote:
>
> 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
>
>

Arr yes, rebase failed me. :(

Bart