From: Christophe Leroy Date: Tue, 8 Mar 2022 19:20:21 +0000 (+0100) Subject: powerpc: Don't include asm/prom.h in asm/parport.h X-Git-Tag: v6.1-rc5~1222^2~107 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=07071346bb76f4fbc2c1ca8894ec3d3ad2f22577;p=platform%2Fkernel%2Flinux-starfive.git powerpc: Don't include asm/prom.h in asm/parport.h parport.h needs only of_irq.h, no need to go via asm/prom.h Signed-off-by: Christophe Leroy Signed-off-by: Michael Ellerman Link: https://lore.kernel.org/r/ec796ee56cf61f16ba24e62a9d3525d11931538c.1646767214.git.christophe.leroy@csgroup.eu --- diff --git a/arch/powerpc/include/asm/parport.h b/arch/powerpc/include/asm/parport.h index 8abfb8f..42cc321 100644 --- 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 +#include static int parport_pc_find_nonpci_ports (int autoirq, int autodma) {