diff mbox series

ASoC: dapm: unexport snd_soc_dapm_update_dai()

Message ID 20250205165337.3466336-1-masahiroy@kernel.org (mailing list archive)
State New
Headers show
Series ASoC: dapm: unexport snd_soc_dapm_update_dai() | expand

Commit Message

Masahiro Yamada Feb. 5, 2025, 4:53 p.m. UTC
The symbol provider (sound/soc/soc-dapm.c) and the symbol consumer
(sound/soc/soc-pcm.c) belong to the same module, snd-soc-core.ko.

There is no need to export it.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
---

 sound/soc/soc-dapm.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c
index eb629edfbe42..420fe7dea31e 100644
--- a/sound/soc/soc-dapm.c
+++ b/sound/soc/soc-dapm.c
@@ -2782,7 +2782,6 @@  int snd_soc_dapm_update_dai(struct snd_pcm_substream *substream,
 
 	return ret;
 }
-EXPORT_SYMBOL_GPL(snd_soc_dapm_update_dai);
 
 int snd_soc_dapm_widget_name_cmp(struct snd_soc_dapm_widget *widget, const char *s)
 {