From: Lars-Peter Clausen Date: Sun, 4 May 2014 17:18:30 +0000 (+0200) Subject: ASoC: Make soc_find_matching_codec() static X-Git-Tag: omap-for-v3.16/fixes-against-rc1~21^2~52^2~10^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b0a0b3b4e5c8510d88824310691e47e694dd35a;p=pandora-kernel.git ASoC: Make soc_find_matching_codec() static The function is only used locally, make it static. Fixes the following warning from sparse: sound/soc/soc-core.c:1644:22: warning: symbol 'soc_find_matching_codec' was not declared. Should it be static? Fixes: 3ca041ed ("ASoC: dt: Allow Aux Codecs to be specified using DT") Signed-off-by: Lars-Peter Clausen Acked-By: Sebastian Reichel Signed-off-by: Mark Brown --- Reading git-diff-tree failed