[MTD] [MAPS] Extend plat-ram to support a supplied probe type
[pandora-kernel.git] / include / linux / mtd / plat-ram.h
index 9667863..0e37ad0 100644 (file)
@@ -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;