summaryrefslogtreecommitdiffstats
path: root/commands/readline.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/readline.c')
-rw-r--r--commands/readline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/readline.c b/commands/readline.c
index cf2625ff7f..d1ce7ea271 100644
--- a/commands/readline.c
+++ b/commands/readline.c
@@ -27,7 +27,7 @@
#include <xfuncs.h>
#include <environment.h>
-static int do_readline(struct command *cmdtp, int argc, char *argv[])
+static int do_readline(int argc, char *argv[])
{
char *buf = xzalloc(CONFIG_CBSIZE);