]> git.baikalelectronics.ru Git - kernel.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)
commit815d0a00892680a23e6d457748fac088ba5085c5
tree134784ccd06a2e4d4d4e8b640c879548b9b9bf48
parent975fb6a40d3a0d131886d52583e7bfb06985a3fe
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