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)
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

Simple merge