Message ID | 20180323154541.GA1131@xian (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/sound/soc/amd/acp-da7219-max98357a.c b/sound/soc/amd/acp-da7219-max98357a.c index baea370..389598e 100644 --- a/sound/soc/amd/acp-da7219-max98357a.c +++ b/sound/soc/amd/acp-da7219-max98357a.c @@ -309,7 +309,7 @@ static int acpd7219_clks_is_enabled(struct clk_hw *hw) return !(reg_val & OSCCLKENB); } -const struct clk_ops acpd7219_clks_ops = { +static const struct clk_ops acpd7219_clks_ops = { .prepare = acpd7219_clks_prepare, .unprepare = acpd7219_clks_unprepare, .is_enabled = acpd7219_clks_is_enabled,
Fixes: 446f0d1d7a90 ("ASoC: AMD: Enable/Disable auxiliary clock via common clock framework") Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> --- acp-da7219-max98357a.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)