Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ccef4dcc authored by Artem Bityutskiy's avatar Artem Bityutskiy Committed by David Woodhouse
Browse files

mtd: mtdcore: use const qualifier



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

Signed-off-by: default avatarArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
parent afffeec9
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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