misc: constify of_device_id array
[deliverable/linux.git] / drivers / misc / sram.c
index 21181fa243dfd8705f10e113f4293c990b231c37..1ed37cedff494b0054929f21bef3b6f06bc51421 100644 (file)
@@ -205,7 +205,7 @@ static int sram_remove(struct platform_device *pdev)
 }
 
 #ifdef CONFIG_OF
-static struct of_device_id sram_dt_ids[] = {
+static const struct of_device_id sram_dt_ids[] = {
        { .compatible = "mmio-sram" },
        {}
 };
This page took 0.044443 seconds and 5 git commands to generate.