]> www.infradead.org Git - linux.git/commitdiff
ASoC: samsung: Remove obsoleted declaration for s3c64xx_ac97_setup_gpio
authorGaosheng Cui <cuigaosheng1@huawei.com>
Mon, 26 Aug 2024 03:31:18 +0000 (11:31 +0800)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 30 Sep 2024 10:47:23 +0000 (12:47 +0200)
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>
Link: https://lore.kernel.org/r/20240826033118.4021727-1-cuigaosheng1@huawei.com
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
include/linux/platform_data/asoc-s3c.h

index f9c00f839e9f61f1ab2950e17936cfafcbb0c78d..085dd8e8af7621e9cf67214f7da22ab52a0933f6 100644 (file)
@@ -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)