]> git.baikalelectronics.ru Git - kernel.git/commit
EDAC/ppc_4xx: Include required of_irq header directly
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Tue, 2 Aug 2022 10:30:38 +0000 (12:30 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 2 Aug 2022 12:30:14 +0000 (22:30 +1000)
commita91e10ca6467530e2c026938439f5eae883fd09b
treed631753477cf82d6542431799186368e0fbcdd6e
parent389934abe07e248f35bcc0a45c75c27d6caa4808
EDAC/ppc_4xx: Include required of_irq header directly

Commit c86dc8aa7f52 ("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: c86dc8aa7f52 ("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
drivers/edac/ppc4xx_edac.c