summaryrefslogtreecommitdiffstats
path: root/commands/trigger.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/trigger.c')
-rw-r--r--commands/trigger.c2
1 files changed, 1 insertions, 1 deletions
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;