RE: [PATCH 3/3] clk: exynos5440: 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 sachin.ka...@linaro.org --- drivers/clk/samsung/clk-exynos5440.c | 17 ++--- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git

[PATCH 3/3] clk: exynos5440: 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 sachin.ka...@linaro.org --- drivers/clk/samsung/clk-exynos5440.c | 17 ++--- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/drivers/clk/samsung/clk-exynos5440.c