]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita8a50ba89a8ee3b3f83ab5e09ab59ee37e904b6a
tree6d354ffea3a9a6b3d618309da304ef99e1b7d157
parent16940d466704a6a927d6ecc2b91086f106e39385
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