mtd: partitions: make parsers return 'const' partition arrays
[deliverable/linux.git] / drivers / mtd / ar7part.c
index 9203b96fd78922ef9a004017c1cb11fd553d45af..90575deff0ae5d3c699ba65558c69650cc1d652a 100644 (file)
@@ -43,7 +43,7 @@ struct ar7_bin_rec {
 };
 
 static int create_mtd_partitions(struct mtd_info *master,
-                                struct mtd_partition **pparts,
+                                const struct mtd_partition **pparts,
                                 struct mtd_part_parser_data *data)
 {
        struct ar7_bin_rec header;
This page took 0.026744 seconds and 5 git commands to generate.