mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
genirq: Remove unused extern declaration
commit 3795de236d
("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
This commit is contained in:
parent
e2c12739cc
commit
51a5acce71
1 changed files with 0 additions and 2 deletions
|
@ -108,8 +108,6 @@ extern int __irq_get_irqchip_state(struct irq_data *data,
|
||||||
enum irqchip_irq_state which,
|
enum irqchip_irq_state which,
|
||||||
bool *state);
|
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_percpu(struct irq_desc *desc);
|
irqreturn_t handle_irq_event_percpu(struct irq_desc *desc);
|
||||||
irqreturn_t handle_irq_event(struct irq_desc *desc);
|
irqreturn_t handle_irq_event(struct irq_desc *desc);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue