summaryrefslogtreecommitdiffstats
path: root/commands/sleep.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/sleep.c')
-rw-r--r--commands/sleep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/sleep.c b/commands/sleep.c
index d88f39efb9..40a3a47ef9 100644
--- a/commands/sleep.c
+++ b/commands/sleep.c
@@ -24,7 +24,7 @@
#include <command.h>
#include <clock.h>
-static int do_sleep (cmd_tbl_t *cmdtp, int argc, char *argv[])
+static int do_sleep(struct command *cmdtp, int argc, char *argv[])
{
uint64_t start;
ulong delay;