ASoC: da7219: make structure da7219_dai_clks_ops static
authorColin Ian King <colin.king@canonical.com>
Wed, 14 Mar 2018 14:28:25 +0000 (14:28 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 14 Mar 2018 16:26:44 +0000 (09:26 -0700)
commit1d37ce929c71f430389db3042a8b23536cede1e5
treed06a9f11629904a2a67f8b181d1073d325fbcc8a
parent0f9d0e355d7c3fa5756313765a77961074017845
ASoC: da7219: make structure da7219_dai_clks_ops static

structure da7219_dai_clks_ops is local to the source and does not need
to be in global scope, so make it static.

Cleans up sparse warning:
sound/soc/codecs/da7219.c:1777:22: warning: symbol 'da7219_dai_clks_ops'
was not declared. Should it be static?

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/da7219.c