Message ID | 1429724545-3174-1-git-send-email-leon@leon.nu (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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);
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 <leon@leon.nu> --- mmc_cmds.h | 1 - 1 file changed, 1 deletion(-)