projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b98c00
)
arch/alpha/boot/tools/objstrip.c: Mark "usage" static
author
Josh Triplett
<josh@joshtriplett.org>
Fri, 16 Oct 2009 21:46:56 +0000
(14:46 -0700)
committer
Josh 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
patch
|
blob
|
history
diff --git
a/arch/alpha/boot/tools/objstrip.c
b/arch/alpha/boot/tools/objstrip.c
index
9d0727d
..
367d53d
100644
(file)
--- 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,