瀏覽代碼

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 <josh@joshtriplett.org>
Josh Triplett 15 年之前
父節點
當前提交
ad0cd62ab6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/alpha/boot/tools/objstrip.c

+ 1 - 1
arch/alpha/boot/tools/objstrip.c

@@ -35,7 +35,7 @@
 const char * prog_name;
 
 
-void
+static void
 usage (void)
 {
     fprintf(stderr,