diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-01-26 11:35:28 +0000 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-01-26 19:10:49 +0000 |
commit | 16af7d60aa27d3fc39e46fd456b8e33d34d60437 (patch) | |
tree | 2fc77ae8c07ea86532c160178c50cf2dbd7f13ea /sound/soc/codecs | |
parent | f17c13ca52d5c5a6a164536244a6debb8cd17983 (diff) | |
download | blackbird-obmc-linux-16af7d60aa27d3fc39e46fd456b8e33d34d60437.tar.gz blackbird-obmc-linux-16af7d60aa27d3fc39e46fd456b8e33d34d60437.zip |
ASoC: Staticise non-exported symbols in cs4271
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Alexander Sverdlin <subaparts@yandex.ru>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'sound/soc/codecs')
-rw-r--r-- | sound/soc/codecs/cs4271.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/cs4271.c b/sound/soc/codecs/cs4271.c index 5357ec5f5d7c..9c5b7db0ce6a 100644 --- a/sound/soc/codecs/cs4271.c +++ b/sound/soc/codecs/cs4271.c @@ -386,7 +386,7 @@ static struct snd_soc_dai_ops cs4271_dai_ops = { .digital_mute = cs4271_digital_mute, }; -struct snd_soc_dai_driver cs4271_dai = { +static struct snd_soc_dai_driver cs4271_dai = { .name = "cs4271-hifi", .playback = { .stream_name = "Playback", @@ -526,7 +526,7 @@ static int cs4271_remove(struct snd_soc_codec *codec) return 0; }; -struct snd_soc_codec_driver soc_codec_dev_cs4271 = { +static struct snd_soc_codec_driver soc_codec_dev_cs4271 = { .probe = cs4271_probe, .remove = cs4271_remove, .suspend = cs4271_soc_suspend, |