1
0
Fork 0

mkimage: added 'static' specifier to match function's prototype.

This function should be declared static.

Signed-off-by: Guilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
utp
Guilherme Maciel Ferreira 2013-12-01 12:43:09 -07:00 committed by Tom Rini
parent 2c808a12ea
commit f1cc458cf3
1 changed files with 1 additions and 2 deletions

View File

@ -632,8 +632,7 @@ copy_file (int ifd, const char *datafile, int pad)
(void) close (dfd);
}
void
usage ()
static void usage(void)
{
fprintf (stderr, "Usage: %s -l image\n"
" -l ==> list image header information\n",