ASoC: codec: fix the sparse check warnings.
authorXiubo Li <Li.Xiubo@freescale.com>
Wed, 2 Apr 2014 23:53:59 +0000 (07:53 +0800)
committerMark Brown <broonie@linaro.org>
Mon, 14 Apr 2014 16:22:20 +0000 (17:22 +0100)
commit7a34b1c1dff720dd8dcf63e2b0e5fc15a8f7208f
treeacf4c8ff38be4f3c412e6726d42c8d5a2f95792a
parent964eafb1d59b7c270982d144882c64b93c67eb03
ASoC: codec: fix the sparse check warnings.

Some thing Likes:

reproduce: make C=1 CF=-D__CHECK_ENDIAN__

sparse warnings: (new ones prefixed by >>)

>> sound/soc/codecs/wm8997.c:1084:15: sparse: symbol \
'wm8997_get_regmap' was not declared. Should it be static?

Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/88pm860x-codec.c
sound/soc/codecs/cq93vc.c
sound/soc/codecs/mc13783.c
sound/soc/codecs/si476x.c
sound/soc/codecs/wm5102.c
sound/soc/codecs/wm5110.c
sound/soc/codecs/wm8350.c
sound/soc/codecs/wm8400.c
sound/soc/codecs/wm8994.c
sound/soc/codecs/wm8997.c
This page took 0.03867 seconds and 5 git commands to generate.