Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: tegra: Remove the isomgr_bw APIs export

Commit 4a91fe4c0d683 ("ASoC: tegra: Add interconnect support") exported
tegra_isomgr_adma_setbw, tegra_isomgr_adma_register and
tegra_isomgr_adma_register APIs, but there are no users of these that
required these symbols to be exported.
Hence, remove the exporting of the symbols.

Fixes: 4a91fe4c0d683 ("ASoC: tegra: Add interconnect support")
Signed-off-by: Sheetal <sheetal@nvidia.com>
Link: https://patch.msgid.link/20250213111216.1238344-1-sheetal@nvidia.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Sheetal and committed by
Mark Brown
ae575d21 828c0aa6

-3
-3
sound/soc/tegra/tegra_isomgr_bw.c
··· 75 75 return icc_set_bw(adma_isomgr->icc_path_handle, 76 76 adma_isomgr->current_bandwidth, adma_isomgr->max_bw); 77 77 } 78 - EXPORT_SYMBOL(tegra_isomgr_adma_setbw); 79 78 80 79 int tegra_isomgr_adma_register(struct device *dev) 81 80 { ··· 113 114 114 115 return 0; 115 116 } 116 - EXPORT_SYMBOL(tegra_isomgr_adma_register); 117 117 118 118 void tegra_isomgr_adma_unregister(struct device *dev) 119 119 { ··· 123 125 124 126 mutex_destroy(&admaif->adma_isomgr->mutex); 125 127 } 126 - EXPORT_SYMBOL(tegra_isomgr_adma_unregister); 127 128 128 129 MODULE_AUTHOR("Mohan Kumar <mkumard@nvidia.com>"); 129 130 MODULE_DESCRIPTION("Tegra ADMA Bandwidth Request driver");