From: Michael Ellerman Date: Wed, 27 Jul 2022 05:03:52 +0000 (+1000) Subject: EDAC/mpc85xx: Include required of headers directly X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4177ab2283dcd98735572ebda56b9d479dc1d7f2;p=linux.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"