From: Sachin Kamat Date: Thu, 24 Jan 2013 09:21:18 +0000 (+0530) Subject: ASoC: tegra: Staticize some functions in tegra30_i2s.c X-Git-Tag: v3.9-rc1~129^2~24^2~11^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec05cc554eb7cfb7ca0d6d93a3afabff6bc80033;p=pandora-kernel.git ASoC: tegra: Staticize some functions in tegra30_i2s.c 'tegra30_i2s_startup' and 'tegra30_i2s_shutdown' are used only in this file and hence made static. Fixes the following sparse warnings: sound/soc/tegra/tegra30_i2s.c:74:5: warning: symbol 'tegra30_i2s_startup' was not declared. Should it be static? sound/soc/tegra/tegra30_i2s.c:101:6: warning: symbol 'tegra30_i2s_shutdown' was not declared. Should it be static? Signed-off-by: Sachin Kamat Reviewed-by: Stephen Warren Signed-off-by: Mark Brown --- Reading git-diff-tree failed