]> asedeno.scripts.mit.edu Git - linux.git/commit
ASoC: cros_ec_codec: Make symbol 'cros_ec_dai' static
authorWei Yongjun <weiyongjun1@huawei.com>
Wed, 13 Feb 2019 06:29:56 +0000 (06:29 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 13 Feb 2019 11:52:56 +0000 (11:52 +0000)
commita4cbb465bcc98f1c5740c887d4be3a68f1a47279
tree662dd3b8e7f8e72ea8d4c83b18b311a92a7588f5
parent03bf3aeb03a8562a7ad6ed629e49953f132217c1
ASoC: cros_ec_codec: Make symbol 'cros_ec_dai' static

Fixes the following sparse warning:

sound/soc/codecs/cros_ec_codec.c:209:27: warning:
 symbol 'cros_ec_dai' was not declared. Should it be static?

Fixes: b291f42a3718 ("ASoC: cros_ec_codec: Add codec driver for Cros EC")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/cros_ec_codec.c