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 52d146b76f..955eb718d6 100644
--- a/commands/sleep.c
+++ b/commands/sleep.c
@@ -24,7 +24,7 @@
#include <command.h>
#include <clock.h>
-int do_sleep (cmd_tbl_t *cmdtp, int argc, char *argv[])
+static int do_sleep (cmd_tbl_t *cmdtp, int argc, char *argv[])
{
uint64_t start;
ulong delay;