Message ID | 20240813105037.1178393-1-cuigaosheng1@huawei.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [-next] ARM: SAMSUNG: Remove unused s3c_init_uart_irqs() declaration | expand |
On Tue, 13 Aug 2024 18:50:37 +0800, Gaosheng Cui wrote: > The s3c_init_uart_irqs() has not been used since > commit 2a8d7bddf273 ("ARM: SAMSUNG: Remove uart irq handling from > plaform code"), so remove it. > > Applied, thanks! [1/1] ARM: SAMSUNG: Remove unused s3c_init_uart_irqs() declaration https://git.kernel.org/krzk/linux/c/200b6c1a59975a60c7fab90c88533f3f3458d826 Best regards,
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); -
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> --- arch/arm/mach-s3c/irq-uart-s3c64xx.h | 2 -- 1 file changed, 2 deletions(-)