Re: [PATCH 1/3] clk: exynos4: Staticize local symbols

2013-06-19 Thread Kukjin Kim
On 06/17/13 12:14, Sachin Kamat wrote: On 13 June 2013 21:06, Sachin Kamat wrote: On 11 June 2013 09:46, Sachin Kamat wrote: On 5 June 2013 17:44, Kukjin Kim wrote: Sachin Kamat wrote: These symbols are used only in this file and hence should be static. Signed-off-by: Sachin Kamat ---

Re: [PATCH 1/3] clk: exynos4: Staticize local symbols

2013-06-16 Thread Sachin Kamat
On 13 June 2013 21:06, Sachin Kamat wrote: > On 11 June 2013 09:46, Sachin Kamat wrote: >> On 5 June 2013 17:44, Kukjin Kim wrote: >>> Sachin Kamat wrote: These symbols are used only in this file and hence should be static. Signed-off-by: Sachin Kamat --- dri

Re: [PATCH 1/3] clk: exynos4: Staticize local symbols

2013-06-13 Thread Sachin Kamat
On 11 June 2013 09:46, Sachin Kamat wrote: > On 5 June 2013 17:44, Kukjin Kim wrote: >> Sachin Kamat wrote: >>> >>> These symbols are used only in this file and hence should be >>> static. >>> >>> Signed-off-by: Sachin Kamat >>> --- >>> drivers/clk/samsung/clk-exynos4.c | 26 ++---

Re: [PATCH 1/3] clk: exynos4: Staticize local symbols

2013-06-10 Thread Sachin Kamat
On 5 June 2013 17:44, Kukjin Kim wrote: > Sachin Kamat wrote: >> >> These symbols are used only in this file and hence should be >> static. >> >> Signed-off-by: Sachin Kamat >> --- >> drivers/clk/samsung/clk-exynos4.c | 26 ++ >> 1 file changed, 14 insertions(+), 12 del

RE: [PATCH 1/3] clk: exynos4: Staticize local symbols

2013-06-05 Thread Kukjin Kim
Sachin Kamat wrote: > > These symbols are used only in this file and hence should be > static. > > Signed-off-by: Sachin Kamat > --- > drivers/clk/samsung/clk-exynos4.c | 26 ++ > 1 file changed, 14 insertions(+), 12 deletions(-) > > diff --git a/drivers/clk/samsung/c

Re: [PATCH 1/3] clk: exynos4: Staticize local symbols

2013-06-05 Thread Sachin Kamat
Ping.. On 16 April 2013 15:35, Sachin Kamat wrote: > These symbols are used only in this file and hence should be > static. > > Signed-off-by: Sachin Kamat > --- > drivers/clk/samsung/clk-exynos4.c | 26 ++ > 1 file changed, 14 insertions(+), 12 deletions(-) > > diff -

Re: [PATCH 1/3] clk: exynos4: Staticize local symbols

2013-05-27 Thread Sachin Kamat
Hi Kukjin, Can you please apply this series pending since a long time? On 16 April 2013 15:35, Sachin Kamat wrote: > These symbols are used only in this file and hence should be > static. > > Signed-off-by: Sachin Kamat > --- > drivers/clk/samsung/clk-exynos4.c | 26 ++--

Re: [PATCH 1/3] clk: exynos4: Staticize local symbols

2013-04-29 Thread Sachin Kamat
Ping Kukjin. Can you please add this series to your tree? On 16 April 2013 15:35, Sachin Kamat wrote: > These symbols are used only in this file and hence should be > static. > > Signed-off-by: Sachin Kamat > --- > drivers/clk/samsung/clk-exynos4.c | 26 ++ > 1 file ch

[PATCH 1/3] clk: exynos4: Staticize local symbols

2013-04-16 Thread Sachin Kamat
These symbols are used only in this file and hence should be static. Signed-off-by: Sachin Kamat --- drivers/clk/samsung/clk-exynos4.c | 26 ++ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/drivers/clk/samsung/clk-exynos4.c b/drivers/clk/samsung/clk-e