mtd: add 'const' qualifier to a couple of register functions
[firefly-linux-kernel-4.4.55.git] / drivers / mtd / mtdpart.c
index 70fa70a8318f4584c473a7fabd35a7bc4fad6027..9ee0911025c88f533b1c743f55236980ed44a9ea 100644 (file)
@@ -720,7 +720,7 @@ static const char *default_mtd_part_types[] = {
  * o a positive number of found partitions, in which case on exit @pparts will
  *   point to an array containing this number of &struct mtd_info objects.
  */
-int parse_mtd_partitions(struct mtd_info *master, const char **types,
+int parse_mtd_partitions(struct mtd_info *master, const char *const *types,
                         struct mtd_partition **pparts,
                         struct mtd_part_parser_data *data)
 {