[PATCH] mk-omap-image: make some locally used functions static
Sergey Koshechkin
serge.koshechkin at gmail.com
Mon Nov 9 02:09:01 PST 2015
Signed-off-by: Sergey Koshechkin <serge.koshechkin at gmail.com>
---
scripts/mk-omap-image.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/mk-omap-image.c b/scripts/mk-omap-image.c
index 1d61a34..234b7e3 100644
--- a/scripts/mk-omap-image.c
+++ b/scripts/mk-omap-image.c
@@ -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"
--
2.6.1
More information about the barebox
mailing list