All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [RFC PATCH plbossart-sound] ASoC: codecs: pcm512x: clk_pcm512x_rate_ops can be static
Date: Thu, 02 Apr 2020 09:15:32 +0800	[thread overview]
Message-ID: <20200402011532.GD8179@shao2-debian> (raw)
In-Reply-To: <202003291442.MkqopSS6%lkp@intel.com>

[-- 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,

           reply	other threads:[~2020-04-02  1:15 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <202003291442.MkqopSS6%lkp@intel.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200402011532.GD8179@shao2-debian \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.