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

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

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

2012-11-15 Thread Lee Jones
On Fri, 16 Nov 2012, Axel Lin wrote: > They are not referenced outside of this file, make them static. > > Signed-off-by: Axel Lin > --- > drivers/pinctrl/pinctrl-nomadik.c | 26 -- > 1 file changed, 12 insertions(+), 14 deletions(-) Seems sensible: Acked-by: Lee Jon