diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-08-06 07:31:15 -0400 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2013-08-08 18:57:32 -0400 |
commit | a9381b3f9b68027902f5da356064ba186c7a4f59 (patch) | |
tree | fb480411b6c2dab10b30c64df5b89d1182d8c7c3 /drivers/clk | |
parent | ae2329f790ee064b562ab37a2897a047f4d8eaeb (diff) |
clk: exynos5420: Make exynos5420_plls static
'exynos5420_plls' is used only in this file. Make is static.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'drivers/clk')
-rw-r--r-- | drivers/clk/samsung/clk-exynos5420.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/samsung/clk-exynos5420.c b/drivers/clk/samsung/clk-exynos5420.c index ca352695a954..872e13d5a444 100644 --- a/drivers/clk/samsung/clk-exynos5420.c +++ b/drivers/clk/samsung/clk-exynos5420.c | |||
@@ -727,7 +727,7 @@ static struct samsung_gate_clock exynos5420_gate_clks[] __initdata = { | |||
727 | GATE(smmu_mscl2, "smmu_mscl2", "aclk400_mscl", GATE_IP_MSCL, 10, 0, 0), | 727 | GATE(smmu_mscl2, "smmu_mscl2", "aclk400_mscl", GATE_IP_MSCL, 10, 0, 0), |
728 | }; | 728 | }; |
729 | 729 | ||
730 | struct __initdata samsung_pll_clock exynos5420_plls[nr_plls] = { | 730 | static struct __initdata samsung_pll_clock exynos5420_plls[nr_plls] = { |
731 | [apll] = PLL(pll_2550, fout_apll, "fout_apll", "fin_pll", APLL_LOCK, | 731 | [apll] = PLL(pll_2550, fout_apll, "fout_apll", "fin_pll", APLL_LOCK, |
732 | APLL_CON0, NULL), | 732 | APLL_CON0, NULL), |
733 | [cpll] = PLL(pll_2550, fout_mpll, "fout_mpll", "fin_pll", MPLL_LOCK, | 733 | [cpll] = PLL(pll_2550, fout_mpll, "fout_mpll", "fin_pll", MPLL_LOCK, |