summaryrefslogtreecommitdiffstats
path: root/include/fb_mmc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fb_mmc.h')
-rw-r--r--include/fb_mmc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/fb_mmc.h b/include/fb_mmc.h
index 402ba9b1b4..12b99cb5ee 100644
--- a/include/fb_mmc.h
+++ b/include/fb_mmc.h
@@ -5,5 +5,5 @@
*/
void fb_mmc_flash_write(const char *cmd, void *download_buffer,
- unsigned int download_bytes, char *response);
-void fb_mmc_erase(const char *cmd, char *response);
+ unsigned int download_bytes);
+void fb_mmc_erase(const char *cmd);
OpenPOWER on IntegriCloud