Message ID | 20180314163949.6FA6644007A@finisterre.ee.mobilebroadband |
---|---|
State | Accepted |
Commit | 1d37ce929c71f430389db3042a8b23536cede1e5 |
Headers | show |
Series | Applied "ASoC: da7219: make structure da7219_dai_clks_ops static" to the asoc tree | expand |
diff --git a/sound/soc/codecs/da7219.c b/sound/soc/codecs/da7219.c index 08f55d7a11ba..980a6a8bf56d 100644 --- a/sound/soc/codecs/da7219.c +++ b/sound/soc/codecs/da7219.c @@ -1774,7 +1774,7 @@ static int da7219_dai_clks_is_prepared(struct clk_hw *hw) return !!(clk_reg & DA7219_DAI_CLK_EN_MASK); } -const struct clk_ops da7219_dai_clks_ops = { +static const struct clk_ops da7219_dai_clks_ops = { .prepare = da7219_dai_clks_prepare, .unprepare = da7219_dai_clks_unprepare, .is_prepared = da7219_dai_clks_is_prepared,