platform: msm_shared: Change the prototype for partition read table

Change the prototype for partition read table to keep it compatible
with different host structures.

Change-Id: I8f29d9f92cb6186748e84699de071a501c4f17af
diff --git a/platform/msm_shared/include/partition_parser.h b/platform/msm_shared/include/partition_parser.h
index e5c1ff8..f0645d2 100644
--- a/platform/msm_shared/include/partition_parser.h
+++ b/platform/msm_shared/include/partition_parser.h
@@ -162,7 +162,7 @@
 				    unsigned int *partition_type);
 unsigned int partition_get_type(unsigned size, unsigned char *partition,
 				unsigned int *partition_type);
-unsigned int partition_read_table(struct mmc_host *mmc_host,
+unsigned int partition_read_table(void *mmc_host,
 				  struct mmc_card *mmc_card);
 unsigned int partition_parse_gpt_header(unsigned char *buffer,
 					unsigned long long *first_usable_lba,