From: Lars-Peter Clausen Date: Sun, 17 Aug 2014 14:18:18 +0000 (+0200) Subject: ASoC: odrodix2_max98090: Make non exported symbols static X-Git-Tag: omap-for-v3.19/prcm-cleanup~125^2~8^2~3^4~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d80a12f92466d0bc4fd244c9052a8a88518c868e;p=pandora-kernel.git ASoC: odrodix2_max98090: Make non exported symbols static odroidx2_drvdata and odroidu3_drvdata are not used outside this module so make them static (and also const while we are at it). Fixes the following warnings from sparse: sound/soc/samsung/odroidx2_max98090.c:69:26: warning: symbol 'odroidx2_drvdata' was not declared. Should it be static? sound/soc/samsung/odroidx2_max98090.c:74:26: warning: symbol 'odroidu3_drvdata' was not declared. Should it be static? Signed-off-by: Lars-Peter Clausen Signed-off-by: Mark Brown --- Reading git-diff-tree failed