summaryrefslogtreecommitdiffstats
path: root/commands/passwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/passwd.c')
-rw-r--r--commands/passwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/passwd.c b/commands/passwd.c
index 9a0787372a..cdbcdf540f 100644
--- a/commands/passwd.c
+++ b/commands/passwd.c
@@ -33,7 +33,7 @@
#define PASSWD_MODE HIDE
#endif
-static int do_passwd(struct command *cmdtp, int argc, char *argv[])
+static int do_passwd(int argc, char *argv[])
{
unsigned char passwd2[PASSWD_MAX_LENGTH];
unsigned char passwd1[PASSWD_MAX_LENGTH];