From 34765e88532dfe0f8210baba9f9482de470d2202 Mon Sep 17 00:00:00 2001 From: Richard Genoud Date: Mon, 3 Dec 2012 06:28:28 +0000 Subject: cmd_time: merge run_command_and_time_it with cmd_process As far as every arch has a get_timer function, run_command_and_time_it code can now disappear. Signed-off-by: Richard Genoud Acked-By: Che-Liang Chiou [trini: s/ulong/unsigned long/ in command.h portion] Signed-off-by: Tom Rini --- common/hush.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/hush.c') diff --git a/common/hush.c b/common/hush.c index eb6c879..cc81c9c 100644 --- a/common/hush.c +++ b/common/hush.c @@ -1665,7 +1665,7 @@ static int run_pipe_real(struct pipe *pi) } /* Process the command */ return cmd_process(flag, child->argc, child->argv, - &flag_repeat); + &flag_repeat, NULL); #endif } #ifndef __U_BOOT__ -- cgit v1.1