X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fedac%2Fcell_edac.c;h=cd2e3b8087e7a2cddad12d198c9d2e02f13ea922;hb=8b805ef617cf0e02f6d18b891f8deb6246421b01;hp=887072f5dc8b8b703db223751a4bd47b6631e5f8;hpb=3b72e4415438538c0967fd1aee930f688ccdf6dd;p=linux-2.6-omap-h63xx.git diff --git a/drivers/edac/cell_edac.c b/drivers/edac/cell_edac.c index 887072f5dc8..cd2e3b8087e 100644 --- a/drivers/edac/cell_edac.c +++ b/drivers/edac/cell_edac.c @@ -9,6 +9,7 @@ */ #undef DEBUG +#include #include #include #include @@ -164,6 +165,8 @@ static int __devinit cell_edac_probe(struct platform_device *pdev) if (regs == NULL) return -ENODEV; + edac_op_state = EDAC_OPSTATE_POLL; + /* Get channel population */ reg = in_be64(®s->mic_mnt_cfg); dev_dbg(&pdev->dev, "MIC_MNT_CFG = 0x%016lx\n", reg);