summaryrefslogtreecommitdiff
path: root/sound/soc/tegra
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2017-05-11 11:44:38 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-10-08 08:26:12 (GMT)
commit2f4835ee55058c44f2768cc1a5566e75c8851705 (patch)
tree0d772544448098786e8837ebdee5dcf031ffbfa2 /sound/soc/tegra
parentd8ba70c0940782262adb8955198d9ae787afb7d7 (diff)
downloadlinux-2f4835ee55058c44f2768cc1a5566e75c8851705.tar.xz
ASoC: rt5514: fix gcc-7 warning
commit 03ba791df98d15d07ea74075122af71e35c7611c upstream. gcc-7 warns that there is a duplicate 'const' specifier in some variables that are declared using the SOC_ENUM_SINGLE_DECL macro: sound/soc/codecs/rt5514.c:398:14: error: duplicate 'const' declaration specifier [-Werror=duplicate-decl-specifier] static const SOC_ENUM_SINGLE_DECL( sound/soc/codecs/rt5514.c:405:14: error: duplicate 'const' declaration specifier [-Werror=duplicate-decl-specifier] static const SOC_ENUM_SINGLE_DECL( This removes one to fix the warning. Fixes: 4a6180ea7399 ("ASoC: rt5514: add rt5514 codec driver") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Mark Brown <broonie@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'sound/soc/tegra')
0 files changed, 0 insertions, 0 deletions