Re: [PATCH] gpiolib: acpi: make acpi_can_fallback_to_crs() static

2019-09-10 Thread Linus Walleij
On Wed, Sep 4, 2019 at 6:26 PM Dmitry Torokhov wrote: > It is not used outside gpiolib-acpi.c module, so there is no need to > export it. > > Signed-off-by: Dmitry Torokhov Patch applied with the ACKs. Yours, Linus Walleij

Re: [PATCH] gpiolib: acpi: make acpi_can_fallback_to_crs() static

2019-09-04 Thread Mika Westerberg
On Wed, Sep 04, 2019 at 10:26:24AM -0700, Dmitry Torokhov wrote: > It is not used outside gpiolib-acpi.c module, so there is no need to > export it. > > Signed-off-by: Dmitry Torokhov Acked-by: Mika Westerberg

Re: [PATCH] gpiolib: acpi: make acpi_can_fallback_to_crs() static

2019-09-04 Thread Andy Shevchenko
On Wed, Sep 04, 2019 at 10:26:24AM -0700, Dmitry Torokhov wrote: > It is not used outside gpiolib-acpi.c module, so there is no need to > export it. > Thank you for a nice clean up! Reviewed-by: Andy Shevchenko > Signed-off-by: Dmitry Torokhov > --- > drivers/gpio/gpiolib-acpi.c | 19

[PATCH] gpiolib: acpi: make acpi_can_fallback_to_crs() static

2019-09-04 Thread Dmitry Torokhov
It is not used outside gpiolib-acpi.c module, so there is no need to export it. Signed-off-by: Dmitry Torokhov --- drivers/gpio/gpiolib-acpi.c | 19 ++- drivers/gpio/gpiolib-acpi.h | 8 2 files changed, 10 insertions(+), 17 deletions(-) diff --git