[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <169081770575.28540.2012624944313442879.tip-bot2@tip-bot2>
Date: Mon, 31 Jul 2023 15:35:05 -0000
From: "tip-bot2 for YueHaibing" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: YueHaibing <yuehaibing@...wei.com>,
Thomas Gleixner <tglx@...utronix.de>, x86@...nel.org,
linux-kernel@...r.kernel.org, maz@...nel.org
Subject: [tip: irq/core] genirq: Remove unused extern declaration
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@...wei.com>
AuthorDate: Thu, 20 Jul 2023 22:36:25 +08:00
Committer: Thomas Gleixner <tglx@...utronix.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@...wei.com>
Signed-off-by: Thomas Gleixner <tglx@...utronix.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);
Powered by blists - more mailing lists