alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
Cc: alsa-devel@alsa-project.org, tiwai@suse.de, lgirdwood@gmail.com,
	djkurtz@chromium.org, akshu.agrawal@amd.com, broonie@kernel.org,
	kbuild-all@01.org
Subject: [RFC PATCH] ASoC: AMD: acpd7219_clks_ops can be static
Date: Fri, 23 Mar 2018 23:45:41 +0800	[thread overview]
Message-ID: <20180323154541.GA1131@xian> (raw)
In-Reply-To: <1521605103-13574-1-git-send-email-akshu.agrawal@amd.com>


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(-)

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,

  reply	other threads:[~2018-03-23 15:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-21  4:05 [PATCH v3] ASoC: AMD: Enable/Disable auxiliary clock via common clock framework Akshu Agrawal
2018-03-23 15:45 ` kbuild test robot [this message]
2018-03-23 15:45 ` kbuild test robot
2018-03-23 17:01 ` kbuild test robot

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=20180323154541.GA1131@xian \
    --to=lkp@intel.com \
    --cc=akshu.agrawal@amd.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=djkurtz@chromium.org \
    --cc=kbuild-all@01.org \
    --cc=lgirdwood@gmail.com \
    --cc=tiwai@suse.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).