From: Mark Brown Date: Fri, 1 Aug 2014 16:30:38 +0000 (+0100) Subject: ASoC: rt5670: Fix duplicate const warnings X-Git-Tag: omap-for-v3.17/fixes-against-rc2~144^2~5^2~4^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=019575726e6d93933ed6823475d09b932be2a5fc;p=pandora-kernel.git 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 --- Reading git-diff-tree failed