projects
/
wrapfs-5.10.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0aa297e
)
powerpc: Don't include asm/prom.h in asm/parport.h
author
Christophe Leroy
<christophe.leroy@csgroup.eu>
Tue, 8 Mar 2022 19:20:21 +0000
(20:20 +0100)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Thu, 5 May 2022 14:00:20 +0000
(
00:00
+1000)
parport.h needs only of_irq.h, no need to go via asm/prom.h
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link:
https://lore.kernel.org/r/ec796ee56cf61f16ba24e62a9d3525d11931538c.1646767214.git.christophe.leroy@csgroup.eu
arch/powerpc/include/asm/parport.h
patch
|
blob
|
history
diff --git
a/arch/powerpc/include/asm/parport.h
b/arch/powerpc/include/asm/parport.h
index 8abfb8f7c33dbe0c81ecc48496735b264afbec23..42cc321ed7544870b6a3487f17b185f2e3d09df2 100644
(file)
--- a/
arch/powerpc/include/asm/parport.h
+++ b/
arch/powerpc/include/asm/parport.h
@@
-11,7
+11,7
@@
#define _ASM_POWERPC_PARPORT_H
#ifdef __KERNEL__
-#include <
asm/prom
.h>
+#include <
linux/of_irq
.h>
static int parport_pc_find_nonpci_ports (int autoirq, int autodma)
{