[tip: irq/core] genirq: Remove unused extern declaration

tip-bot2 for YueHaibing posted 1 patch 2 years, 6 months ago
kernel/irq/internals.h | 2 --
1 file changed, 2 deletions(-)
[tip: irq/core] genirq: Remove unused extern declaration
Posted by tip-bot2 for YueHaibing 2 years, 6 months ago
The following commit has been merged into the irq/core branch of tip:

Commit-ID:     51a5acce7162185a9b9d695b314a12fc067562b4
Gitweb:        https://git.kernel.org/tip/51a5acce7162185a9b9d695b314a12fc067562b4
Author:        YueHaibing <yuehaibing@huawei.com>
AuthorDate:    Thu, 20 Jul 2023 22:36:25 +08:00
Committer:     Thomas Gleixner <tglx@linutronix.de>
CommitterDate: Mon, 31 Jul 2023 17:27:16 +02:00

genirq: Remove unused extern declaration

commit 3795de236d67 ("genirq: Distangle kernel/irq/handle.c")
left behind this.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20230720143625.29176-1-yuehaibing@huawei.com

---
 kernel/irq/internals.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/kernel/irq/internals.h b/kernel/irq/internals.h
index 831f383..bcc7f21 100644
--- a/kernel/irq/internals.h
+++ b/kernel/irq/internals.h
@@ -108,8 +108,6 @@ extern int __irq_get_irqchip_state(struct irq_data *data,
 				   enum irqchip_irq_state which,
 				   bool *state);
 
-extern void init_kstat_irqs(struct irq_desc *desc, int node, int nr);
-
 irqreturn_t __handle_irq_event_percpu(struct irq_desc *desc);
 irqreturn_t handle_irq_event_percpu(struct irq_desc *desc);
 irqreturn_t handle_irq_event(struct irq_desc *desc);