diff options
Diffstat (limited to 'drivers/mtd/mtdpart.c')
-rw-r--r-- | drivers/mtd/mtdpart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/mtdpart.c b/drivers/mtd/mtdpart.c index 4a660ae27bb2..898999c5aea1 100644 --- a/drivers/mtd/mtdpart.c +++ b/drivers/mtd/mtdpart.c | |||
@@ -760,7 +760,7 @@ static const char * const default_mtd_part_types[] = { | |||
760 | * point to an array containing this number of &struct mtd_info objects. | 760 | * point to an array containing this number of &struct mtd_info objects. |
761 | */ | 761 | */ |
762 | int parse_mtd_partitions(struct mtd_info *master, const char *const *types, | 762 | int parse_mtd_partitions(struct mtd_info *master, const char *const *types, |
763 | struct mtd_partition **pparts, | 763 | const struct mtd_partition **pparts, |
764 | struct mtd_part_parser_data *data) | 764 | struct mtd_part_parser_data *data) |
765 | { | 765 | { |
766 | struct mtd_part_parser *parser; | 766 | struct mtd_part_parser *parser; |