projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
169b9af
)
powerpc/irq: Drop forward declaration of struct irqaction
author
Christophe Leroy
<christophe.leroy@csgroup.eu>
Thu, 6 Aug 2020 12:19:46 +0000
(12:19 +0000)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Wed, 2 Sep 2020 01:00:19 +0000
(11:00 +1000)
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
arch/powerpc/include/asm/irq.h
patch
|
blob
|
history
diff --git
a/arch/powerpc/include/asm/irq.h
b/arch/powerpc/include/asm/irq.h
index
814dfab
..
4f983ca
100644
(file)
--- 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