diff options
author | Nathan Chancellor <natechancellor@gmail.com> | 2020-01-24 08:57:50 -0700 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-01-24 16:53:57 +0000 |
commit | e91440ddfbf4a5d7c541aed8c55c0ec76d9b26c7 (patch) | |
tree | aa0eb701da7eb35ff0b2e7f72cc6d24d1809a6c8 /crypto | |
parent | 3a6adf3263f43593c0df66a62ffed9daea562bfd (diff) | |
download | linux-stable-e91440ddfbf4a5d7c541aed8c55c0ec76d9b26c7.tar.gz linux-stable-e91440ddfbf4a5d7c541aed8c55c0ec76d9b26c7.tar.bz2 linux-stable-e91440ddfbf4a5d7c541aed8c55c0ec76d9b26c7.zip |
ASoC: rt1015: Remove unnecessary const
Clang warns:
../sound/soc/codecs/rt1015.c:392:14: warning: duplicate 'const'
declaration specifier [-Wduplicate-decl-specifier]
static const SOC_ENUM_SINGLE_DECL(rt1015_boost_mode_enum, 0, 0,
^
../include/sound/soc.h:355:2: note: expanded from macro
'SOC_ENUM_SINGLE_DECL'
SOC_ENUM_DOUBLE_DECL(name, xreg, xshift, xshift, xtexts)
^
../include/sound/soc.h:352:2: note: expanded from macro
'SOC_ENUM_DOUBLE_DECL'
const struct soc_enum name = SOC_ENUM_DOUBLE(xreg, xshift_l, xshift_r, \
^
1 warning generated.
Remove the const after static to fix it.
Fixes: df31007400c3 ("ASoC: rt1015: add rt1015 amplifier driver")
Link: https://github.com/ClangBuiltLinux/linux/issues/845
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
Link: https://lore.kernel.org/r/20200124155750.33753-1-natechancellor@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions