9
0
Fork 0

mk-omap-image: make some locally used functions static

Signed-off-by: Sergey Koshechkin <serge.koshechkin@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sergey Koshechkin 2015-11-09 13:09:01 +03:00 committed by Sascha Hauer
parent d9c2cfd534
commit d7f29650e4
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
#include <getopt.h>
#include <endian.h>
void usage(char *prgname)
static void usage(char *prgname)
{
printf("usage: %s [OPTION] FILE > IMAGE\n"
"\n"