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/trigger.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/trigger.c') diff --git a/commands/trigger.c b/commands/trigger.c index 095f96d9f2..1d2dec146b 100644 --- a/commands/trigger.c +++ b/commands/trigger.c @@ -40,7 +40,7 @@ static char *trigger_names[] = { [LED_TRIGGER_NET_TXRX] = "net", }; -static int do_trigger(struct command *cmdtp, int argc, char *argv[]) +static int do_trigger(int argc, char *argv[]) { struct led *led; int i, opt, ret = 0; -- cgit v1.2.3