summaryrefslogtreecommitdiffstats
path: root/commands/led.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/led.c')
-rw-r--r--commands/led.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/led.c b/commands/led.c
index 7fd9d44677..14fb2aa356 100644
--- a/commands/led.c
+++ b/commands/led.c
@@ -28,7 +28,7 @@
#include <getopt.h>
#include <errno.h>
-static int do_led(struct command *cmdtp, int argc, char *argv[])
+static int do_led(int argc, char *argv[])
{
unsigned long value;
struct led *led;