]> git.baikalelectronics.ru Git - kernel.git/commitdiff
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)
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

index 5bf92298554d6c2d51a44622d8bf33d320d77826..e50d7928bf8fb7632035d9d1104496ec14db847c 100644 (file)
@@ -24,6 +24,8 @@
 
 #include <linux/of_platform.h>
 #include <linux/of_device.h>
+#include <linux/of_address.h>
+#include <linux/of_irq.h>
 #include "edac_module.h"
 #include "mpc85xx_edac.h"
 #include "fsl_ddr_edac.h"