net: pcnet: Remove CONFIG_PCNET_79C97x
[platform/kernel/u-boot.git] / include / fb_mmc.h
index fd5db9e..95db001 100644 (file)
@@ -14,7 +14,8 @@
  * @part_info: Pointer to returned disk_partition_t
  * @response: Pointer to fastboot response buffer
  */
-int fastboot_mmc_get_part_info(char *part_name, struct blk_desc **dev_desc,
+int fastboot_mmc_get_part_info(const char *part_name,
+                              struct blk_desc **dev_desc,
                               disk_partition_t *part_info, char *response);
 
 /**