diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-02-17 04:24:39 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-02-18 18:13:39 +0100 |
commit | d1118aaad2f5671d252e8dc3b07944d77099835d (patch) | |
tree | 474992fa25841589bda72f3f480fdf04bc1a2f38 | |
parent | ASoC: Fix missing space in WM8994 (diff) | |
download | linux-d1118aaad2f5671d252e8dc3b07944d77099835d.tar.xz linux-d1118aaad2f5671d252e8dc3b07944d77099835d.zip |
ASoC: Remove export of snd_soc_dapm_stream_event()
The only thing that should ever be calling this is soc-core and that is
built as part of the same module so doesn't need the export.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
-rw-r--r-- | sound/soc/soc-dapm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c index 1bd24d521508..3bee4b20a7cb 100644 --- a/sound/soc/soc-dapm.c +++ b/sound/soc/soc-dapm.c @@ -2263,7 +2263,6 @@ int snd_soc_dapm_stream_event(struct snd_soc_pcm_runtime *rtd, mutex_unlock(&codec->mutex); return 0; } -EXPORT_SYMBOL_GPL(snd_soc_dapm_stream_event); /** * snd_soc_dapm_enable_pin - enable pin. |