mtd: orion_nand: Make of_device_id array const
[deliverable/linux.git] / drivers / mtd / nand / orion_nand.c
index dd7fe817eafb319ebc9ae92b2cbbac8613b38add..471b4df3a5ac951fa1536fa284bee1672061f247 100644 (file)
@@ -214,7 +214,7 @@ static int orion_nand_remove(struct platform_device *pdev)
 }
 
 #ifdef CONFIG_OF
-static struct of_device_id orion_nand_of_match_table[] = {
+static const struct of_device_id orion_nand_of_match_table[] = {
        { .compatible = "marvell,orion-nand", },
        {},
 };
This page took 0.031583 seconds and 5 git commands to generate.