ASoC: cs42xx8: Make of match table static
authorLars-Peter Clausen <lars@metafoo.de>
Thu, 19 Jun 2014 07:40:28 +0000 (09:40 +0200)
committerMark Brown <broonie@linaro.org>
Sat, 21 Jun 2014 19:58:19 +0000 (20:58 +0100)
commitafb7bb45bb904da3704aad47adc4615a81f515c5
tree162b5b7b5e8374331399cf16238ec06e04609b72
parent7171511eaec5bf23fb06078f59784a3a0626b38f
ASoC: cs42xx8: Make of match table static

The cs42xx8_of_match table is not used outside of the driver, hence it can and
should be made static.

Fixes the following warning from sparse:
sound/soc/codecs/cs42xx8.c:425:27: warning: symbol 'cs42xx8_of_match' was
not declared. Should it be static?

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Brian Austin <brian.austin@cirrus.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/cs42xx8.c
This page took 0.028644 seconds and 5 git commands to generate.