mtd: constify of_device_id array
[sfrench/cifs-2.6.git] / drivers / mtd / maps / physmap_of.c
index ff26e979b1a17c243e1525adfceed3886d479ba1..774b32fd29e673c10cf927cd159a5d50829d6e86 100644 (file)
@@ -147,7 +147,7 @@ static void of_free_probes(const char * const *probes)
                kfree(probes);
 }
 
-static struct of_device_id of_flash_match[];
+static const struct of_device_id of_flash_match[];
 static int of_flash_probe(struct platform_device *dev)
 {
        const char * const *part_probe_types;
@@ -327,7 +327,7 @@ err_flash_remove:
        return err;
 }
 
-static struct of_device_id of_flash_match[] = {
+static const struct of_device_id of_flash_match[] = {
        {
                .compatible     = "cfi-flash",
                .data           = (void *)"cfi_probe",