mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 22:51:37 +00:00
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>
This commit is contained in:
parent
2c808a12ea
commit
f1cc458cf3
1 changed files with 1 additions and 2 deletions
|
@ -632,8 +632,7 @@ copy_file (int ifd, const char *datafile, int pad)
|
||||||
(void) close (dfd);
|
(void) close (dfd);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
static void usage(void)
|
||||||
usage ()
|
|
||||||
{
|
{
|
||||||
fprintf (stderr, "Usage: %s -l image\n"
|
fprintf (stderr, "Usage: %s -l image\n"
|
||||||
" -l ==> list image header information\n",
|
" -l ==> list image header information\n",
|
||||||
|
|
Loading…
Add table
Reference in a new issue