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/menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/menu.c') diff --git a/commands/menu.c b/commands/menu.c index c3e090170a..e5ce5a9aae 100644 --- a/commands/menu.c +++ b/commands/menu.c @@ -306,7 +306,7 @@ static int do_menu_entry(struct cmd_menu *cm) } #endif -static int do_menu(struct command *cmdtp, int argc, char *argv[]) +static int do_menu(int argc, char *argv[]) { struct cmd_menu cm; int opt; -- cgit v1.2.3