diff options
Diffstat (limited to 'common/cmd_help.c')
| -rw-r--r-- | common/cmd_help.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/cmd_help.c b/common/cmd_help.c index 3178a1aa4..f832a9697 100644 --- a/common/cmd_help.c +++ b/common/cmd_help.c @@ -24,7 +24,7 @@  #include <common.h>  #include <command.h> -int do_help(cmd_tbl_t * cmdtp, int flag, int argc, char * const argv[]) +static int do_help(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])  {  	cmd_tbl_t *start = ll_entry_start(cmd_tbl_t, cmd);  	const int len = ll_entry_count(cmd_tbl_t, cmd); |