summaryrefslogtreecommitdiffstats
path: root/drivers/edac/fsl_ddr_edac.c
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-08-23 15:14:03 -0700
committerBorislav Petkov <bp@suse.de>2016-09-01 10:28:03 +0200
commiteeb3d68b6c83abdb80bc0823cbb77cd49484793c (patch)
tree63a36dddad3521e7e0e734503eedf9fcbed00304 /drivers/edac/fsl_ddr_edac.c
parent55764ed37eec48ad1c1cb6784166055e06dcb9df (diff)
downloadlinux-eeb3d68b6c83abdb80bc0823cbb77cd49484793c.tar.gz
linux-eeb3d68b6c83abdb80bc0823cbb77cd49484793c.tar.xz
EDAC, layerscape: Add Layerscape EDAC support
Add DDR EDAC driver for ARM-based compatible controllers. Both big-endian and little-endian are supported, as specified in device tree. Signed-off-by: York Sun <york.sun@nxp.com> Cc: linux-arm-kernel@lists.infradead.org Cc: linux-edac <linux-edac@vger.kernel.org> Link: http://lkml.kernel.org/r/1471990465-27443-1-git-send-email-york.sun@nxp.com Signed-off-by: Borislav Petkov <bp@suse.de>
Diffstat (limited to 'drivers/edac/fsl_ddr_edac.c')
-rw-r--r--drivers/edac/fsl_ddr_edac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/edac/fsl_ddr_edac.c b/drivers/edac/fsl_ddr_edac.c
index d8ce1f635c38..afade14c3e93 100644
--- a/drivers/edac/fsl_ddr_edac.c
+++ b/drivers/edac/fsl_ddr_edac.c
@@ -26,6 +26,7 @@
#include <linux/of_platform.h>
#include <linux/of_device.h>
+#include <linux/of_address.h>
#include "edac_module.h"
#include "edac_core.h"
#include "fsl_ddr_edac.h"
@@ -478,7 +479,6 @@ int fsl_mc_err_probe(struct platform_device *op)
pdata = mci->pvt_info;
pdata->name = "fsl_mc_err";
- pdata->irq = NO_IRQ;
mci->pdev = &op->dev;
pdata->edac_idx = edac_mc_idx++;
dev_set_drvdata(mci->pdev, mci);