mtd: mtdcore: use const qualifier

Be a bit stricter and add few more 'const' qualifiers.

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
This commit is contained in:
Artem Bityutskiy 2013-03-12 10:51:35 +02:00 committed by David Woodhouse
parent afffeec9e0
commit ccef4dcc5a

View file

@ -694,7 +694,7 @@ EXPORT_SYMBOL_GPL(deregister_mtd_parser);
* Do not forget to update 'parse_mtd_partitions()' kerneldoc comment if you * Do not forget to update 'parse_mtd_partitions()' kerneldoc comment if you
* are changing this array! * are changing this array!
*/ */
static const char *default_mtd_part_types[] = { static const char * const default_mtd_part_types[] = {
"cmdlinepart", "cmdlinepart",
"ofpart", "ofpart",
NULL NULL