aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/boot/tools/objstrip.c
diff options
context:
space:
mode:
authorJosh Triplett <josh@joshtriplett.org>2009-10-16 14:46:56 -0700
committerJosh Triplett <josh@joshtriplett.org>2009-11-15 15:01:38 -0800
commitad0cd62ab632afe9b562b5f09343c21e1521505d (patch)
tree875d50d8feb9cf7f250f22ce6aca5cefcdb8fd0b /arch/alpha/boot/tools/objstrip.c
parentDocumentation/vm/page-types.c: Declare checked_open static (diff)
downloadlinux-dev-ad0cd62ab632afe9b562b5f09343c21e1521505d.tar.xz
linux-dev-ad0cd62ab632afe9b562b5f09343c21e1521505d.zip
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>
Diffstat (limited to '')
-rw-r--r--arch/alpha/boot/tools/objstrip.c2
1 files changed, 1 insertions, 1 deletions
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,