diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2013-05-14 16:19:49 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-05-15 00:48:32 -0400 |
commit | 169cc48982f2583de1fea89e7becb1304730a34e (patch) | |
tree | 5ff602bb4fce51e9cfd0638085f015b399450432 /sound | |
parent | bfcc74e6101a978b3987e767815595e5a9fec2ca (diff) |
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 <lars@metafoo.de>
Acked-by: Rajeev Kumar <rajeev-dlh.kumar@st.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/spear/spdif_in.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/spear/spdif_in.c b/sound/soc/spear/spdif_in.c index 643ada6a1fa5..f0071ddbfa7d 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 = { | |||
152 | .hw_params = spdif_in_hw_params, | 152 | .hw_params = spdif_in_hw_params, |
153 | }; | 153 | }; |
154 | 154 | ||
155 | struct snd_soc_dai_driver spdif_in_dai = { | 155 | static struct snd_soc_dai_driver spdif_in_dai = { |
156 | .probe = spdif_in_dai_probe, | 156 | .probe = spdif_in_dai_probe, |
157 | .capture = { | 157 | .capture = { |
158 | .channels_min = 2, | 158 | .channels_min = 2, |