net/mlx4: Fix firmware command timeout during interrupt test
[cascardo/linux.git] / drivers / edac / synopsys_edac.c
index 1c96915..fc153ae 100644 (file)
@@ -512,7 +512,7 @@ static int synps_edac_mc_remove(struct platform_device *pdev)
        return 0;
 }
 
-static struct of_device_id synps_edac_match[] = {
+static const struct of_device_id synps_edac_match[] = {
        { .compatible = "xlnx,zynq-ddrc-a05", },
        { /* end of table */ }
 };