projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2c1273
)
genirq: Remove unused extern declaration
author
YueHaibing
<yuehaibing@huawei.com>
Thu, 20 Jul 2023 14:36:25 +0000
(22:36 +0800)
committer
Thomas Gleixner
<tglx@linutronix.de>
Mon, 31 Jul 2023 15:27:16 +0000
(17:27 +0200)
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
patch
|
blob
|
history
diff --git
a/kernel/irq/internals.h
b/kernel/irq/internals.h
index 831f383084663b9a657714074ecab534563ddcd2..bcc7f21db9eeb34986957aad5b6a018854b71545 100644
(file)
--- 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);