msm: Recognize 'tombstones' partition

Change-Id: I05726bc5c4ae09bcb244a7741ed8bf40f274714e
diff --git a/platform/msm_shared/mmc.c b/platform/msm_shared/mmc.c
index 3cb8a51..ff11843 100644
--- a/platform/msm_shared/mmc.c
+++ b/platform/msm_shared/mmc.c
@@ -53,7 +53,7 @@
 static const unsigned int xfer_rate_value[] =

 { 0, 10, 12, 13, 15, 20, 26, 30, 35, 40, 45, 52, 55, 60, 70, 80 };

 

-char *ext3_partitions[] = {"system", "userdata", "persist", "cache"};

+char *ext3_partitions[] = {"system", "userdata", "persist", "cache", "tombstones"};

 char *vfat_partitions[] = {"modem", "mdm", "NONE"};

 unsigned int ext3_count = 0;

 unsigned int vfat_count = 0;