Re: [PATCH] pinctrl: tegra: Staticize non-exported symbols

2012-11-15 Thread Linus Walleij
On Sun, Nov 11, 2012 at 3:31 AM, Axel Lin wrote: > They are not referenced outside of this file, make them static. > > Signed-off-by: Axel Lin Applied with Stephen's ACK, thanks! Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a me

Re: [PATCH] pinctrl: tegra: Staticize non-exported symbols

2012-11-12 Thread Stephen Warren
On 11/10/2012 07:31 PM, Axel Lin wrote: > They are not referenced outside of this file, make them static. Acked-by: Stephen Warren -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.k

[PATCH] pinctrl: tegra: Staticize non-exported symbols

2012-11-10 Thread Axel Lin
They are not referenced outside of this file, make them static. Signed-off-by: Axel Lin --- drivers/pinctrl/pinctrl-tegra.c | 22 -- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/drivers/pinctrl/pinctrl-tegra.c b/drivers/pinctrl/pinctrl-tegra.c index 7da0b