The do_write_extcsd() function was removed from the C-file in
commit"b9c7a17 Rename extcsd read/write to writeprotect get/set".

This patch removes this function definition from H-file too.

Signed-off-by: Leon Romanovsky <l...@leon.nu>
---
 mmc_cmds.h |    1 -
 1 file changed, 1 deletion(-)

diff --git a/mmc_cmds.h b/mmc_cmds.h
index 9e625c9..7a79e87 100644
--- a/mmc_cmds.h
+++ b/mmc_cmds.h
@@ -16,7 +16,6 @@
 
 /* mmc_cmds.c */
 int do_read_extcsd(int nargs, char **argv);
-int do_write_extcsd(int nargs, char **argv);
 int do_writeprotect_get(int nargs, char **argv);
 int do_writeprotect_set(int nargs, char **argv);
 int do_disable_512B_emulation(int nargs, char **argv);
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to