summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorGaosheng Cui <cuigaosheng1@huawei.com>2024-08-13 12:50:37 +0200
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2024-08-19 21:53:34 +0200
commit200b6c1a59975a60c7fab90c88533f3f3458d826 (patch)
tree229fb576f2ef484b8775d8ed889501e7a562c51d /arch/arm
parentMAINTAINERS: Add entry for Samsung Exynos850 SoC (diff)
downloadlinux-200b6c1a59975a60c7fab90c88533f3f3458d826.tar.xz
linux-200b6c1a59975a60c7fab90c88533f3f3458d826.zip
ARM: s3c: Remove unused s3c_init_uart_irqs() declaration
The s3c_init_uart_irqs() has not been used since commit 2a8d7bddf273 ("ARM: SAMSUNG: Remove uart irq handling from plaform code"), so remove it. Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com> Link: https://lore.kernel.org/r/20240813105037.1178393-1-cuigaosheng1@huawei.com Fixes: 2a8d7bddf273 ("ARM: SAMSUNG: Remove uart irq handling from plaform code") Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-s3c/irq-uart-s3c64xx.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c/irq-uart-s3c64xx.h b/arch/arm/mach-s3c/irq-uart-s3c64xx.h
index 78eccdce95a7..e754b0359c8a 100644
--- a/arch/arm/mach-s3c/irq-uart-s3c64xx.h
+++ b/arch/arm/mach-s3c/irq-uart-s3c64xx.h
@@ -12,5 +12,3 @@ struct s3c_uart_irq {
unsigned int parent_irq;
};
-extern void s3c_init_uart_irqs(struct s3c_uart_irq *irq, unsigned int nr_irqs);
-