All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH plbossart-sound] ASoC: codecs: pcm512x: clk_pcm512x_rate_ops can be static
       [not found] <202003291442.MkqopSS6%lkp@intel.com>
@ 2020-04-02  1:15 ` kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2020-04-02  1:15 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 722 bytes --]

Fixes: 5285be493b68 ("ASoC: codecs: pcm512x: support GPIO-controlled clocks")
Signed-off-by: kbuild test robot <lkp@intel.com>
---
 pcm512x-clks.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/codecs/pcm512x-clks.c b/sound/soc/codecs/pcm512x-clks.c
index 9b46fce64c93c..526531e0a126c 100644
--- a/sound/soc/codecs/pcm512x-clks.c
+++ b/sound/soc/codecs/pcm512x-clks.c
@@ -174,7 +174,7 @@ static int clk_pcm512x_set_rate(struct clk_hw *hw,
 	return 0;
 }
 
-const struct clk_ops clk_pcm512x_rate_ops = {
+static const struct clk_ops clk_pcm512x_rate_ops = {
 	.is_prepared = clk_pcm512x_is_prepared,
 	.prepare = clk_pcm512x_prepare,
 	.unprepare = clk_pcm512x_unprepare,

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-04-02  1:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <202003291442.MkqopSS6%lkp@intel.com>
2020-04-02  1:15 ` [RFC PATCH plbossart-sound] ASoC: codecs: pcm512x: clk_pcm512x_rate_ops can be static kbuild test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.