[alsa-devel] [RFC PATCH] ASoC: AMD: acpd7219_clks_ops can be static

kbuild test robot lkp at intel.com
Fri Mar 23 16:45:41 CET 2018


Fixes: 446f0d1d7a90 ("ASoC: AMD: Enable/Disable auxiliary clock via common clock framework")
Signed-off-by: Fengguang Wu <fengguang.wu at intel.com>
---
 acp-da7219-max98357a.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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,


More information about the Alsa-devel mailing list