Re: [PATCH 2/2] pinctrl: lantiq: Staticize non-exported symbols

2012-11-11 Thread Linus Walleij
On Wed, Nov 7, 2012 at 5:10 PM, Axel Lin wrote: > Both ltq_pinctrl_dt_node_to_map() and ltq_pinctrl_dt_free_map() are not > referenced outside of this file. Make them static. > > Signed-off-by: Axel Lin Applied with John's ACK. Yours, Linus Walleij -- To unsubscribe from this list: send the li

[PATCH 2/2] pinctrl: lantiq: Staticize non-exported symbols

2012-11-07 Thread Axel Lin
Both ltq_pinctrl_dt_node_to_map() and ltq_pinctrl_dt_free_map() are not referenced outside of this file. Make them static. Signed-off-by: Axel Lin --- drivers/pinctrl/pinctrl-lantiq.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/pinctrl/pinctrl-lanti