]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: dapm: unexport dapm_mark_endpoints_dirty()
authorMasahiro Yamada <masahiroy@kernel.org>
Wed, 5 Feb 2025 16:53:08 +0000 (01:53 +0900)
committerMark Brown <broonie@kernel.org>
Thu, 6 Feb 2025 16:28:01 +0000 (16:28 +0000)
commit2466b62268c020606d20b45e007c166399e639ee
tree1125855837bbef97f9653c69b597966a597d44f5
parent5ea46b4360791345bd0bf4c7bf8fff5151374ea1
ASoC: dapm: unexport dapm_mark_endpoints_dirty()

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.

I deleted the comment, as other modules cannot use it any more.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Link: https://patch.msgid.link/20250205165310.3466254-1-masahiroy@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/soc-dapm.h
sound/soc/soc-dapm.c