EDAC: Remove dynamic attributes from edac_device_alloc_ctl_info()
[linux-2.6-block.git] / drivers / edac / qcom_edac.c
index 5539917c01ddbebfeca3e41dbf3c398181772f55..d3cd4cc54ace9d31e8af583e8e75bd6d3cf5d81b 100644 (file)
@@ -349,7 +349,6 @@ static int qcom_llcc_edac_probe(struct platform_device *pdev)
        /* Allocate edac control info */
        edev_ctl = edac_device_alloc_ctl_info(0, "qcom-llcc", 1, "bank",
                                              llcc_driv_data->num_banks, 1,
-                                             NULL, 0,
                                              edac_device_alloc_index());
 
        if (!edev_ctl)