From: Lars-Peter Clausen Date: Tue, 14 May 2013 20:19:49 +0000 (+0200) Subject: ASoC: spear: spdif_in: Staticize non exported struct X-Git-Tag: upstream/snapshot3+hdmi~4491^2~16^2~1^2~10^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=169cc48982f2583de1fea89e7becb1304730a34e;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ASoC: spear: spdif_in: Staticize non exported struct The spdif_in_dai struct is not used outside of spdif_in.c, so make it static. Signed-off-by: Lars-Peter Clausen Acked-by: Rajeev Kumar Signed-off-by: Mark Brown --- diff --git a/sound/soc/spear/spdif_in.c b/sound/soc/spear/spdif_in.c index 643ada6..f0071dd 100644 --- a/sound/soc/spear/spdif_in.c +++ b/sound/soc/spear/spdif_in.c @@ -152,7 +152,7 @@ static struct snd_soc_dai_ops spdif_in_dai_ops = { .hw_params = spdif_in_hw_params, }; -struct snd_soc_dai_driver spdif_in_dai = { +static struct snd_soc_dai_driver spdif_in_dai = { .probe = spdif_in_dai_probe, .capture = { .channels_min = 2,