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/cat.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'commands/cat.c') diff --git a/commands/cat.c b/commands/cat.c index 37e65050c3..d65a024628 100644 --- a/commands/cat.c +++ b/commands/cat.c @@ -35,11 +35,10 @@ #define BUFSIZE 1024 /** - * @param[in] cmdtp FIXME * @param[in] argc Argument count from command line * @param[in] argv List of input arguments */ -static int do_cat(struct command *cmdtp, int argc, char *argv[]) +static int do_cat(int argc, char *argv[]) { int ret; int fd, i; -- cgit v1.2.3