]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: soc-pcm: makes snd_soc_dpcm_can_be_xxx() local
authorMark Brown <broonie@kernel.org>
Wed, 28 Aug 2024 16:33:49 +0000 (17:33 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 28 Aug 2024 16:33:49 +0000 (17:33 +0100)
commita1a94016db4be2957ae35835a25e3cb4c605db7e
tree0a277442469cf361df6c9671524d7ac6b0277f73
parent75560718e83bede12d70b2a6b6940089477f58e4
parent290f31e943a29c93532b1684652b04fd60d0f696
ASoC: soc-pcm: makes snd_soc_dpcm_can_be_xxx() local

Merge series from Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>:

No driver is calling snd_soc_dpcm_can_be_xxx() functions. We don't need
to have EXPORT_SYMBOL_GPL() for them. This patch-set makes it static function.