summaryrefslogtreecommitdiffstats
path: root/scripts/mk-omap-image.c
diff options
context:
space:
mode:
authorSergey Koshechkin <serge.koshechkin@gmail.com>2015-11-09 13:09:01 +0300
committerSascha Hauer <s.hauer@pengutronix.de>2015-11-10 08:41:13 +0100
commitd7f29650e44764d6aaabf79dd5e64a258bc1374f (patch)
treec8ad4d80280388b854a12e2086a19e715df5eecb /scripts/mk-omap-image.c
parentd9c2cfd534d2ebda662f2656b2e8076b255b4987 (diff)
downloadbarebox-d7f29650e44764d6aaabf79dd5e64a258bc1374f.tar.gz
barebox-d7f29650e44764d6aaabf79dd5e64a258bc1374f.tar.xz
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>
Diffstat (limited to 'scripts/mk-omap-image.c')
-rw-r--r--scripts/mk-omap-image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-omap-image.c b/scripts/mk-omap-image.c
index 1d61a34e65..234b7e37c2 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"