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

2012-11-05 Thread Linus Walleij
On Mon, Nov 5, 2012 at 2:23 PM, Axel Lin wrote: > Signed-off-by: Axel Lin Merged to my AT91 branch, unless Jean-Christophe says something... Thanks! Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org Mo

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

2012-11-05 Thread Axel Lin
Signed-off-by: Axel Lin --- drivers/pinctrl/pinctrl-at91.c | 22 -- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/drivers/pinctrl/pinctrl-at91.c b/drivers/pinctrl/pinctrl-at91.c index 65f066c..b9e2cbd 100644 --- a/drivers/pinctrl/pinctrl-at91.c +++ b/driver