mtd: partitions: make parsers return 'const' partition arrays
[deliverable/linux.git] / drivers / mtd / bcm63xxpart.c
index cf02135320bce5f41c60a0a43f60061d042063dc..44093699859321ce4164ed63d368ec8b72c5d49b 100644 (file)
@@ -68,7 +68,7 @@ static int bcm63xx_detect_cfe(struct mtd_info *master)
 }
 
 static int bcm63xx_parse_cfe_partitions(struct mtd_info *master,
-                                       struct mtd_partition **pparts,
+                                       const struct mtd_partition **pparts,
                                        struct mtd_part_parser_data *data)
 {
        /* CFE, NVRAM and global Linux are always present */
This page took 0.036399 seconds and 5 git commands to generate.