Linux Tegra architecture development
 help / color / mirror / Atom feed
From: "Sheetal ." <sheetal@nvidia.com>
To: <broonie@kernel.org>, <linux-sound@vger.kernel.org>
Cc: <linux-tegra@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	<jonathanh@nvidia.com>, <thierry.reding@gmail.com>,
	<mkumard@nvidia.com>, <spujar@nvidia.com>,
	Sheetal <sheetal@nvidia.com>
Subject: [PATCH] ASoC: tegra: Remove the isomgr_bw APIs export
Date: Thu, 13 Feb 2025 11:12:16 +0000	[thread overview]
Message-ID: <20250213111216.1238344-1-sheetal@nvidia.com> (raw)

From: Sheetal <sheetal@nvidia.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@nvidia.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@nvidia.com>");
 MODULE_DESCRIPTION("Tegra ADMA Bandwidth Request driver");
-- 
2.17.1


             reply	other threads:[~2025-02-13 11:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-13 11:12 Sheetal . [this message]
2025-02-13 14:29 ` [PATCH] ASoC: tegra: Remove the isomgr_bw APIs export Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250213111216.1238344-1-sheetal@nvidia.com \
    --to=sheetal@nvidia.com \
    --cc=broonie@kernel.org \
    --cc=jonathanh@nvidia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sound@vger.kernel.org \
    --cc=linux-tegra@vger.kernel.org \
    --cc=mkumard@nvidia.com \
    --cc=spujar@nvidia.com \
    --cc=thierry.reding@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox