commit | 019575726e6d93933ed6823475d09b932be2a5fc | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@linaro.org> | Fri Aug 01 17:30:38 2014 +0100 |
committer | Mark Brown <broonie@linaro.org> | Fri Aug 01 19:17:05 2014 +0100 |
tree | 134784ccd06a2e4d4d4e8b640c879548b9b9bf48 | |
parent | ff62b95894b88622dd6373730d57a8a7e126f687 [diff] |
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>