arch/alpha/boot/tools/objstrip.c: Mark "usage" static
authorJosh Triplett <josh@joshtriplett.org>
Fri, 16 Oct 2009 21:46:56 +0000 (14:46 -0700)
committerJosh Triplett <josh@joshtriplett.org>
Sun, 15 Nov 2009 23:01:38 +0000 (15:01 -0800)
Nothing outside of arch/alpha/boot/tools/objstrip.c references the usage
function.

Signed-off-by: Josh Triplett <josh@joshtriplett.org>
arch/alpha/boot/tools/objstrip.c

index 9d0727d..367d53d 100644 (file)
@@ -35,7 +35,7 @@
 const char * prog_name;
 
 
-void
+static void
 usage (void)
 {
     fprintf(stderr,