diff options
| author | Marc Zyngier <maz@kernel.org> | 2025-12-10 11:22:42 +0300 |
|---|---|---|
| committer | Thomas Gleixner <tglx@linutronix.de> | 2025-12-16 00:20:51 +0300 |
| commit | dbcc728e185f8c27fcafa1408ff63fe38c7dc72d (patch) | |
| tree | 955bb720c91f8d3f1f545076e8696f657699f6ea /include/linux | |
| parent | bd04dae0791a8d44adc304d9787916fd4c539bb4 (diff) | |
| download | linux-dbcc728e185f8c27fcafa1408ff63fe38c7dc72d.tar.xz | |
genirq: Remove setup_percpu_irq()
setup_percpu_irq() was always a bad kludge, and should have never
been there the first place. Now that the last users are gone,
remove it for good.
Signed-off-by: Marc Zyngier <maz@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://patch.msgid.link/20251210082242.360936-7-maz@kernel.org
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/irq.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/irq.h b/include/linux/irq.h index 4a9f1d7b08c3..67ea759749be 100644 --- a/include/linux/irq.h +++ b/include/linux/irq.h @@ -595,9 +595,6 @@ enum { #define IRQ_DEFAULT_INIT_FLAGS ARCH_IRQ_INIT_FLAGS -struct irqaction; -extern int setup_percpu_irq(unsigned int irq, struct irqaction *new); - #ifdef CONFIG_DEPRECATED_IRQ_CPU_ONOFFLINE extern void irq_cpu_online(void); extern void irq_cpu_offline(void); |
