]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ASoC: rt5670: Fix duplicate const warnings
authorMark Brown <broonie@linaro.org>
Fri, 1 Aug 2014 16:30:38 +0000 (17:30 +0100)
committerMark Brown <broonie@linaro.org>
Fri, 1 Aug 2014 18:17:05 +0000 (19:17 +0100)
commit019575726e6d93933ed6823475d09b932be2a5fc
tree134784ccd06a2e4d4d4e8b640c879548b9b9bf48
parentff62b95894b88622dd6373730d57a8a7e126f687
ASoC: rt5670: Fix duplicate const warnings

Since SOC_ENUM_SINGLE_DECL() includes a const as part of the macro adding
an explicit const in the source is duplication and causes sparse to warn.
Remove the extra consts.

Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/rt5670.c