From: Lars-Peter Clausen Date: Thu, 19 Jun 2014 07:40:28 +0000 (+0200) Subject: ASoC: cs42xx8: Make of match table static X-Git-Tag: omap-for-v3.17/fixes-against-rc2~144^2~5^2~9^4~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afb7bb45bb904da3704aad47adc4615a81f515c5;p=pandora-kernel.git ASoC: cs42xx8: Make of match table static The cs42xx8_of_match table is not used outside of the driver, hence it can and should be made static. Fixes the following warning from sparse: sound/soc/codecs/cs42xx8.c:425:27: warning: symbol 'cs42xx8_of_match' was not declared. Should it be static? Signed-off-by: Lars-Peter Clausen Acked-by: Brian Austin Signed-off-by: Mark Brown --- Reading git-diff-tree failed