diff options
author | Josh Triplett <josh@joshtriplett.org> | 2009-10-16 14:46:56 -0700 |
---|---|---|
committer | Josh Triplett <josh@joshtriplett.org> | 2009-11-15 15:01:38 -0800 |
commit | ad0cd62ab632afe9b562b5f09343c21e1521505d (patch) | |
tree | 875d50d8feb9cf7f250f22ce6aca5cefcdb8fd0b /arch/alpha | |
parent | 1b98c00bf3a8a417be6412d8a3ed867a72b18f68 (diff) |
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')
-rw-r--r-- | arch/alpha/boot/tools/objstrip.c | 2 |
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, |