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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/mtd/plat-ram.h b/include/linux/mtd/plat-ram.h
index 9667863bd7e..0e37ad07bce 100644
--- a/include/linux/mtd/plat-ram.h
+++ b/include/linux/mtd/plat-ram.h
@@ -21,8 +21,9 @@
#define PLATRAM_RW (1)
struct platdata_mtd_ram {
- char *mapname;
- char **probes;
+ const char *mapname;
+ const char **map_probes;
+ const char **probes;
struct mtd_partition *partitions;
int nr_partitions;
int bankwidth;