]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/mtd/plat-ram.h
[MTD] [MAPS] Extend plat-ram to support a supplied probe type
[linux-2.6-omap-h63xx.git] / include / linux / mtd / plat-ram.h
index 2332eda07e0e1f71631774d57c61050b0400ebe3..0e37ad07bce2bb4895d9913350958d80016b83d5 100644 (file)
@@ -1,4 +1,4 @@
-/* linux/include/mtd/plat-ram.h
+/* linux/include/linux/mtd/plat-ram.h
  *
  * (c) 2004 Simtec Electronics
  *     http://www.simtec.co.uk/products/SWLINUX/
@@ -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;