From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============7946400631880842396==" MIME-Version: 1.0 From: kbuild test robot 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 Message-ID: <20200402011532.GD8179@shao2-debian> In-Reply-To: <202003291442.MkqopSS6%lkp@intel.com> List-Id: --===============7946400631880842396== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Fixes: 5285be493b68 ("ASoC: codecs: pcm512x: support GPIO-controlled clocks= ") Signed-off-by: kbuild test robot --- 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-clk= s.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 =3D { +static const struct clk_ops clk_pcm512x_rate_ops =3D { .is_prepared =3D clk_pcm512x_is_prepared, .prepare =3D clk_pcm512x_prepare, .unprepare =3D clk_pcm512x_unprepare, --===============7946400631880842396==--