From: Michael Ellerman Date: Wed, 27 Jul 2022 05:03:52 +0000 (+1000) Subject: EDAC/mpc85xx: Include required of headers directly X-Git-Tag: baikal/mips/sdk6.1~5097^2~34 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=a8a50ba89a8ee3b3f83ab5e09ab59ee37e904b6a;p=kernel.git 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 Signed-off-by: Michael Ellerman --- diff --git a/drivers/edac/mpc85xx_edac.c b/drivers/edac/mpc85xx_edac.c index 5bf92298554d6..e50d7928bf8fb 100644 --- a/drivers/edac/mpc85xx_edac.c +++ b/drivers/edac/mpc85xx_edac.c @@ -24,6 +24,8 @@ #include #include +#include +#include #include "edac_module.h" #include "mpc85xx_edac.h" #include "fsl_ddr_edac.h"