Skip to content

Commit bce02f7

Browse files
chleroympe
authored andcommitted
EDAC/ppc_4xx: Include required of_irq header directly
Commit 4d5c5ba ("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. Fixes: 4d5c5ba ("powerpc: Remove asm/prom.h from asm/mpc52xx.h and asm/pci.h") Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/993f5a7da371458cb819b5f3f569073c78523b01.1659436180.git.christophe.leroy@csgroup.eu
1 parent f4b39e8 commit bce02f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/edac/ppc4xx_edac.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include <linux/mm.h>
1212
#include <linux/module.h>
1313
#include <linux/of_device.h>
14+
#include <linux/of_irq.h>
1415
#include <linux/of_platform.h>
1516
#include <linux/types.h>
1617

0 commit comments

Comments
 (0)