Re: [PATCH 1/2] gpio: tegra: Staticize non-exported symbols

2012-11-08 Thread Linus Walleij
On Thu, Nov 8, 2012 at 3:45 AM, Axel Lin wrote: > Both tegra_gpio_request() and tegra_gpio_free() are not referenced outside of > this file, make them static. > > Signed-off-by: Axel Lin Applied with Stephen's ACK. Yours, Linus Walleij -- To unsubscribe from this list: send the line

Re: [PATCH 1/2] gpio: tegra: Staticize non-exported symbols

2012-11-08 Thread Linus Walleij
On Thu, Nov 8, 2012 at 3:45 AM, Axel Lin axel@ingics.com wrote: Both tegra_gpio_request() and tegra_gpio_free() are not referenced outside of this file, make them static. Signed-off-by: Axel Lin axel@ingics.com Applied with Stephen's ACK. Yours, Linus Walleij -- To unsubscribe from

Re: [PATCH 1/2] gpio: tegra: Staticize non-exported symbols

2012-11-07 Thread Stephen Warren
On 11/07/2012 07:45 PM, Axel Lin wrote: > Both tegra_gpio_request() and tegra_gpio_free() are not referenced outside of > this file, make them static. Both patches, Acked-by: Stephen Warren -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

[PATCH 1/2] gpio: tegra: Staticize non-exported symbols

2012-11-07 Thread Axel Lin
Both tegra_gpio_request() and tegra_gpio_free() are not referenced outside of this file, make them static. Signed-off-by: Axel Lin --- drivers/gpio/gpio-tegra.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpio/gpio-tegra.c b/drivers/gpio/gpio-tegra.c index

[PATCH 1/2] gpio: tegra: Staticize non-exported symbols

2012-11-07 Thread Axel Lin
Both tegra_gpio_request() and tegra_gpio_free() are not referenced outside of this file, make them static. Signed-off-by: Axel Lin axel@ingics.com --- drivers/gpio/gpio-tegra.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpio/gpio-tegra.c

Re: [PATCH 1/2] gpio: tegra: Staticize non-exported symbols

2012-11-07 Thread Stephen Warren
On 11/07/2012 07:45 PM, Axel Lin wrote: Both tegra_gpio_request() and tegra_gpio_free() are not referenced outside of this file, make them static. Both patches, Acked-by: Stephen Warren swar...@nvidia.com -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a