summaryrefslogtreecommitdiffstats
path: root/include/fb_nand.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fb_nand.h')
-rw-r--r--include/fb_nand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/fb_nand.h b/include/fb_nand.h
index 88bdf3690d..aaf7cf7ae8 100644
--- a/include/fb_nand.h
+++ b/include/fb_nand.h
@@ -6,5 +6,5 @@
*/
void fb_nand_flash_write(const char *cmd, void *download_buffer,
- unsigned int download_bytes, char *response);
-void fb_nand_erase(const char *cmd, char *response);
+ unsigned int download_bytes);
+void fb_nand_erase(const char *cmd);
OpenPOWER on IntegriCloud