Skip to content

Commit ae575d2

Browse files
Sheetalbroonie
authored andcommitted
ASoC: tegra: Remove the isomgr_bw APIs export
Commit 4a91fe4 ("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: 4a91fe4 ("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>
1 parent 828c0aa commit ae575d2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sound/soc/tegra/tegra_isomgr_bw.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ int tegra_isomgr_adma_setbw(struct snd_pcm_substream *substream,
7575
return icc_set_bw(adma_isomgr->icc_path_handle,
7676
adma_isomgr->current_bandwidth, adma_isomgr->max_bw);
7777
}
78-
EXPORT_SYMBOL(tegra_isomgr_adma_setbw);
7978

8079
int tegra_isomgr_adma_register(struct device *dev)
8180
{
@@ -114,7 +113,6 @@ int tegra_isomgr_adma_register(struct device *dev)
114113

115114
return 0;
116115
}
117-
EXPORT_SYMBOL(tegra_isomgr_adma_register);
118116

119117
void tegra_isomgr_adma_unregister(struct device *dev)
120118
{
@@ -125,7 +123,6 @@ void tegra_isomgr_adma_unregister(struct device *dev)
125123

126124
mutex_destroy(&admaif->adma_isomgr->mutex);
127125
}
128-
EXPORT_SYMBOL(tegra_isomgr_adma_unregister);
129126

130127
MODULE_AUTHOR("Mohan Kumar <mkumard@nvidia.com>");
131128
MODULE_DESCRIPTION("Tegra ADMA Bandwidth Request driver");

0 commit comments

Comments
 (0)