clk: rockchip: Staticize file-scope declarations
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Tue, 28 Apr 2015 04:46:16 +0000 (13:46 +0900)
committerStephen Boyd <sboyd@codeaurora.org>
Wed, 6 May 2015 05:50:42 +0000 (22:50 -0700)
Add missing static to local (file-scope only) symbols.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/rockchip/clk-rk3188.c
drivers/clk/rockchip/clk-rk3288.c

index 556ce04..e4f9d47 100644 (file)
@@ -26,7 +26,7 @@ enum rk3188_plls {
        apll, cpll, dpll, gpll,
 };
 
-struct rockchip_pll_rate_table rk3188_pll_rates[] = {
+static struct rockchip_pll_rate_table rk3188_pll_rates[] = {
        RK3066_PLL_RATE(2208000000, 1, 92, 1),
        RK3066_PLL_RATE(2184000000, 1, 91, 1),
        RK3066_PLL_RATE(2160000000, 1, 90, 1),
index d17eb45..4f817ed 100644 (file)
@@ -27,7 +27,7 @@ enum rk3288_plls {
        apll, dpll, cpll, gpll, npll,
 };
 
-struct rockchip_pll_rate_table rk3288_pll_rates[] = {
+static struct rockchip_pll_rate_table rk3288_pll_rates[] = {
        RK3066_PLL_RATE(2208000000, 1, 92, 1),
        RK3066_PLL_RATE(2184000000, 1, 91, 1),
        RK3066_PLL_RATE(2160000000, 1, 90, 1),