]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/clk/clk-vt8500.c
Merge tag 'ttm-fixes-3.14-2014-02-05' of git://people.freedesktop.org/~thomash/linux...
[karo-tx-linux.git] / drivers / clk / clk-vt8500.c
index 7fd5c5e9e25dbbd72a94cd0923ddf9d0a18d1c36..37e928846ec5b3fb1fed8144570c1f8aeaa027bb 100644 (file)
@@ -641,7 +641,7 @@ static unsigned long vtwm_pll_recalc_rate(struct clk_hw *hw,
        return pll_freq;
 }
 
-const struct clk_ops vtwm_pll_ops = {
+static const struct clk_ops vtwm_pll_ops = {
        .round_rate = vtwm_pll_round_rate,
        .set_rate = vtwm_pll_set_rate,
        .recalc_rate = vtwm_pll_recalc_rate,