From: Josh Triplett Date: Fri, 16 Oct 2009 21:46:56 +0000 (-0700) Subject: arch/alpha/boot/tools/objstrip.c: Mark "usage" static X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ad0cd62ab632afe9b562b5f09343c21e1521505d;p=openwrt%2Fstaging%2Fblogic.git arch/alpha/boot/tools/objstrip.c: Mark "usage" static Nothing outside of arch/alpha/boot/tools/objstrip.c references the usage function. Signed-off-by: Josh Triplett --- diff --git a/arch/alpha/boot/tools/objstrip.c b/arch/alpha/boot/tools/objstrip.c index 9d0727d18aee..367d53d031fc 100644 --- a/arch/alpha/boot/tools/objstrip.c +++ b/arch/alpha/boot/tools/objstrip.c @@ -35,7 +35,7 @@ const char * prog_name; -void +static void usage (void) { fprintf(stderr,