From 33d1cc4bf2253842d9a30dc9ca38beb30dd5b5ae Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Wed, 21 Dec 2011 14:18:57 +0100 Subject: commands: remove struct command pointer from commands This is unused in all commands and thus can be removed. Signed-off-by: Sascha Hauer --- commands/login.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/login.c') diff --git a/commands/login.c b/commands/login.c index 3f6d3082ef..2f3d7668d5 100644 --- a/commands/login.c +++ b/commands/login.c @@ -33,7 +33,7 @@ #define LOGIN_MODE HIDE #endif -static int do_login(struct command *cmdtp, int argc, char *argv[]) +static int do_login(int argc, char *argv[]) { unsigned char passwd[PASSWD_MAX_LENGTH]; int passwd_len, opt; -- cgit v1.2.3