diff mbox series

[-next] ASoC: samsung: Remove obsoleted declaration for s3c64xx_ac97_setup_gpio

Message ID 20240826033118.4021727-1-cuigaosheng1@huawei.com (mailing list archive)
State New, archived
Headers show
Series [-next] ASoC: samsung: Remove obsoleted declaration for s3c64xx_ac97_setup_gpio | expand

Commit Message

cuigaosheng Aug. 26, 2024, 3:31 a.m. UTC
The s3c64xx_ac97_setup_gpio() have been removed since
commit 0d297df03890 ("ARM: s3c: simplify platform code"), and now
it is useless, so remove it.

Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
---
 include/linux/platform_data/asoc-s3c.h | 2 --
 1 file changed, 2 deletions(-)

Comments

Krzysztof Kozlowski Sept. 30, 2024, 10:47 a.m. UTC | #1
On Mon, 26 Aug 2024 11:31:18 +0800, Gaosheng Cui wrote:
> The s3c64xx_ac97_setup_gpio() have been removed since
> commit 0d297df03890 ("ARM: s3c: simplify platform code"), and now
> it is useless, so remove it.
> 
> 

Applied, thanks!

[1/1] ASoC: samsung: Remove obsoleted declaration for s3c64xx_ac97_setup_gpio
      https://git.kernel.org/krzk/linux/c/3a6ad95d97eb62a7b7c804ef7eeb329a1f697d00

Best regards,
diff mbox series

Patch

diff --git a/include/linux/platform_data/asoc-s3c.h b/include/linux/platform_data/asoc-s3c.h
index f9c00f839e9f..085dd8e8af76 100644
--- a/include/linux/platform_data/asoc-s3c.h
+++ b/include/linux/platform_data/asoc-s3c.h
@@ -13,8 +13,6 @@ 
 
 #include <linux/dmaengine.h>
 
-extern void s3c64xx_ac97_setup_gpio(int);
-
 struct samsung_i2s_type {
 /* If the Primary DAI has 5.1 Channels */
 #define QUIRK_PRI_6CHAN		(1 << 0)