OSDN Git Service

EDAC/mpc85xx: Include required of headers directly
authorMichael Ellerman <mpe@ellerman.id.au>
Wed, 27 Jul 2022 05:03:52 +0000 (15:03 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 28 Jul 2022 06:22:12 +0000 (16:22 +1000)
commit4177ab2283dcd98735572ebda56b9d479dc1d7f2
tree6d354ffea3a9a6b3d618309da304ef99e1b7d157
parent61657dcd528b75cd196adaf56890124c13953c8d
EDAC/mpc85xx: Include required of headers directly

A subsequent commit to cleanup powerpc's asm/prom.h leads to build
errors in mpc85xx_edac.c due to missing headers. Include all required
headers directly to avoid the build failure.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
drivers/edac/mpc85xx_edac.c