aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mtd/plat-ram.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mtd/plat-ram.h')
-rw-r--r--include/linux/mtd/plat-ram.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/mtd/plat-ram.h b/include/linux/mtd/plat-ram.h
index e07890aff1c..44212d65aa9 100644
--- a/include/linux/mtd/plat-ram.h
+++ b/include/linux/mtd/plat-ram.h
@@ -20,8 +20,8 @@
struct platdata_mtd_ram {
const char *mapname;
- const char **map_probes;
- const char **probes;
+ const char * const *map_probes;
+ const char * const *probes;
struct mtd_partition *partitions;
int nr_partitions;
int bankwidth;