]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ASoC: cs42xx8: Make of match table static
authorLars-Peter Clausen <lars@metafoo.de>
Thu, 19 Jun 2014 07:40:28 +0000 (09:40 +0200)
committerNitin Garg <nitin.garg@freescale.com>
Fri, 16 Jan 2015 03:17:57 +0000 (21:17 -0600)
commit878f49332fa0828321d5a99d54d5317172630626
tree683abc7cd886446312b2dd40f9b351b1a9ead12a
parent06541017ca339ef326d45bda8e0985e93890f812
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>
(cherry picked from commit afb7bb45bb904da3704aad47adc4615a81f515c5)
sound/soc/codecs/cs42xx8.c