lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250213111216.1238344-1-sheetal@nvidia.com>
Date: Thu, 13 Feb 2025 11:12:16 +0000
From: "Sheetal ." <sheetal@...dia.com>
To: <broonie@...nel.org>, <linux-sound@...r.kernel.org>
CC: <linux-tegra@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
	<jonathanh@...dia.com>, <thierry.reding@...il.com>, <mkumard@...dia.com>,
	<spujar@...dia.com>, Sheetal <sheetal@...dia.com>
Subject: [PATCH] ASoC: tegra: Remove the isomgr_bw APIs export

From: Sheetal <sheetal@...dia.com>

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@...dia.com>
---
 sound/soc/tegra/tegra_isomgr_bw.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/sound/soc/tegra/tegra_isomgr_bw.c b/sound/soc/tegra/tegra_isomgr_bw.c
index 7789efe13873..18e802bca6a6 100644
--- a/sound/soc/tegra/tegra_isomgr_bw.c
+++ b/sound/soc/tegra/tegra_isomgr_bw.c
@@ -75,7 +75,6 @@ int tegra_isomgr_adma_setbw(struct snd_pcm_substream *substream,
 	return icc_set_bw(adma_isomgr->icc_path_handle,
 			  adma_isomgr->current_bandwidth, adma_isomgr->max_bw);
 }
-EXPORT_SYMBOL(tegra_isomgr_adma_setbw);
 
 int tegra_isomgr_adma_register(struct device *dev)
 {
@@ -114,7 +113,6 @@ int tegra_isomgr_adma_register(struct device *dev)
 
 	return 0;
 }
-EXPORT_SYMBOL(tegra_isomgr_adma_register);
 
 void tegra_isomgr_adma_unregister(struct device *dev)
 {
@@ -125,7 +123,6 @@ void tegra_isomgr_adma_unregister(struct device *dev)
 
 	mutex_destroy(&admaif->adma_isomgr->mutex);
 }
-EXPORT_SYMBOL(tegra_isomgr_adma_unregister);
 
 MODULE_AUTHOR("Mohan Kumar <mkumard@...dia.com>");
 MODULE_DESCRIPTION("Tegra ADMA Bandwidth Request driver");
-- 
2.17.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ