summaryrefslogtreecommitdiffstats
path: root/commands/linux_exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/linux_exec.c')
-rw-r--r--commands/linux_exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/linux_exec.c b/commands/linux_exec.c
index 00c7e8007a..201d7a1a8b 100644
--- a/commands/linux_exec.c
+++ b/commands/linux_exec.c
@@ -22,7 +22,7 @@
#include <command.h>
#include <mach/linux.h>
-static int do_linux_exec(struct command *cmdtp, int argc, char *argv[])
+static int do_linux_exec(int argc, char *argv[])
{
int ret;
char **newargv;