forked from OERV-BSP/u-boot
tools: fit_check_sign: Mark usage() as static
The function is only used locally. Enabling -Wmissing-prototypes triggers a warning. Mark it as static. Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
This commit is contained in:
committed by
Tom Rini
parent
5ab15814e8
commit
39f7af39bb
@@ -23,7 +23,7 @@
|
||||
#include <image.h>
|
||||
#include <u-boot/crc.h>
|
||||
|
||||
void usage(char *cmdname)
|
||||
static void usage(char *cmdname)
|
||||
{
|
||||
fprintf(stderr, "Usage: %s -f fit file -k key file -c config name\n"
|
||||
" -f ==> set fit file which should be checked'\n"
|
||||
|
||||
Reference in New Issue
Block a user