]> rtime.felk.cvut.cz Git - zynq/linux.git/commitdiff
arm: zynq: pl310_edac_l2: Update header file
authorJordan Anderson <anderson.jordan59@gmail.com>
Tue, 6 Mar 2018 16:22:47 +0000 (09:22 -0700)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 9 Mar 2018 08:09:50 +0000 (09:09 +0100)
Changed the header file from edac_core.h, which no
longer exists, to edac_module.h.

Signed-off-by: Jordan Anderson <anderson.jordan59@gmail.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/edac/pl310_edac_l2.c

index 64926de769310b9ad51cd6007f2892550cab5a5f..57f2f5b022d88474b53c2f1a90444be7c81a370b 100644 (file)
@@ -18,7 +18,7 @@
 #include <linux/module.h>
 #include <linux/platform_device.h>
 #include <asm/hardware/cache-l2x0.h>
-#include "edac_core.h"
+#include "edac_module.h"
 
 /* Auxilary control register definitions */
 #define L2X0_AUX_CTRL_PARITY_MASK      BIT(21)