Re: [PATCH] EDAC/ppc_4xx: Include required of_irq header directly

2022-08-05 Thread Michael Ellerman
On Tue, 2 Aug 2022 12:30:38 +0200, Christophe Leroy wrote: > Commit 4d5c5bad5193 ("powerpc: Remove asm/prom.h from asm/mpc52xx.h > and asm/pci.h") that cleans up powerpc's asm/prom.h leads to build > errors in ppc4xx_edac.c due to missing header. Include required > header directly to avoid the buil

Re: [PATCH] EDAC/ppc_4xx: Include required of_irq header directly

2022-08-02 Thread Michael Ellerman
Christophe Leroy writes: > Commit 4d5c5bad5193 ("powerpc: Remove asm/prom.h from asm/mpc52xx.h > and asm/pci.h") that cleans up powerpc's asm/prom.h leads to build > errors in ppc4xx_edac.c due to missing header. Include required > header directly to avoid the build failure. > > Reported-by: kerne

[PATCH] EDAC/ppc_4xx: Include required of_irq header directly

2022-08-02 Thread Christophe Leroy
Commit 4d5c5bad5193 ("powerpc: Remove asm/prom.h from asm/mpc52xx.h and asm/pci.h") that cleans up powerpc's asm/prom.h leads to build errors in ppc4xx_edac.c due to missing header. Include required header directly to avoid the build failure. Reported-by: kernel test robot Fixes: 4d5c5bad5193 ("p