summaryrefslogtreecommitdiffstats
path: root/arch/alpha/boot
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
parent1b98c00bf3a8a417be6412d8a3ed867a72b18f68 (diff)
downloadop-kernel-dev-ad0cd62ab632afe9b562b5f09343c21e1521505d.zip
op-kernel-dev-ad0cd62ab632afe9b562b5f09343c21e1521505d.tar.gz
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 'arch/alpha/boot')
-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 9d0727d..367d53d 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,
OpenPOWER on IntegriCloud