diff options
author | Christophe Leroy <christophe.leroy@csgroup.eu> | 2020-08-06 12:19:46 +0000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2020-09-02 11:00:19 +1000 |
commit | b134cfc3e3276ccd5d29e39de5c848a45b08e410 (patch) | |
tree | f3f3e8f056cd2bb55bc6eccfe4445452f795e8cb | |
parent | 169b9afee572853522901b7cbf34842c0494a887 (diff) | |
download | linux-stable-b134cfc3e3276ccd5d29e39de5c848a45b08e410.tar.gz linux-stable-b134cfc3e3276ccd5d29e39de5c848a45b08e410.tar.bz2 linux-stable-b134cfc3e3276ccd5d29e39de5c848a45b08e410.zip |
powerpc/irq: Drop forward declaration of struct irqaction
Since the commit identified below, the forward declaration of
struct irqaction is useless. Drop it.
Fixes: b709c0832824 ("ppc64: move stack switching up in interrupt processing")
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/e0bcdabac45fcd26c02d7df273bd4a5827c6033d.1596716375.git.christophe.leroy@csgroup.eu
-rw-r--r-- | arch/powerpc/include/asm/irq.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/irq.h b/arch/powerpc/include/asm/irq.h index 814dfab7e392..4f983ca4030a 100644 --- a/arch/powerpc/include/asm/irq.h +++ b/arch/powerpc/include/asm/irq.h @@ -35,7 +35,6 @@ static __inline__ int irq_canonicalize(int irq) extern int distribute_irqs; -struct irqaction; struct pt_regs; #define __ARCH_HAS_DO_SOFTIRQ |