From 4177ab2283dcd98735572ebda56b9d479dc1d7f2 Mon Sep 17 00:00:00 2001 From: Michael Ellerman Date: Wed, 27 Jul 2022 15:03:52 +1000 Subject: [PATCH] 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 --- drivers/edac/mpc85xx_edac.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/edac/mpc85xx_edac.c b/drivers/edac/mpc85xx_edac.c index 5bf9229..e50d792 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" -- 2.7.4