Unverified Commit ecfcee24 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Mark Brown
Browse files

ASoC: dapm: unexport snd_soc_dapm_init()



The symbol provider (sound/soc/soc-dapm.c) and the symbol consumer
(sound/soc/soc-core.c) belong to the same module, snd-soc-core.ko.

There is no need to export it.

Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
Link: https://patch.msgid.link/20250205165226.3466137-1-masahiroy@kernel.org


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 78e66dd5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -4865,7 +4865,6 @@ void snd_soc_dapm_init(struct snd_soc_dapm_context *dapm,
	/* see for_each_card_dapms */
	list_add(&dapm->list, &card->dapm_list);
}
EXPORT_SYMBOL_GPL(snd_soc_dapm_init);

static void soc_dapm_shutdown_dapm(struct snd_soc_dapm_context *dapm)
{